| /PHP_5_3/sapi/fpm/fpm/ |
| H A D | fpm_php.c | 90 zval zv; local 91 php_dl(value, MODULE_PERSISTENT, &zv, 1 TSRMLS_CC); 92 return Z_BVAL(zv) ? 1 : -1;
|
| /PHP_5_3/ext/pdo/ |
| H A D | pdo_stmt.c | 567 zval *zv = *(zval**)value; local 568 ZVAL_ZVAL(dest, zv, need_copy, 1);
|
| /PHP_5_3/ext/reflection/ |
| H A D | php_reflection.c | 703 zval *zv, zv_copy; local 706 ALLOC_ZVAL(zv); 707 *zv = precv->op2.u.constant; 708 zval_copy_ctor(zv); 709 INIT_PZVAL(zv); 710 zval_update_constant_ex(&zv, (void*)1, fptr->common.scope TSRMLS_CC); 711 if (Z_TYPE_P(zv) == IS_BOOL) { 712 if (Z_LVAL_P(zv)) { 717 } else if (Z_TYPE_P(zv) == IS_NULL) { 719 } else if (Z_TYPE_P(zv) [all...] |
| /PHP_5_3/ext/soap/ |
| H A D | php_packet_soap.c | 194 zval *zv = master_to_zval(get_conversion(IS_STRING), tmp); local 195 faultstring = Z_STRVAL_P(zv); 196 FREE_ZVAL(zv); 201 zval *zv = master_to_zval(get_conversion(IS_STRING), tmp); local 202 faultactor = Z_STRVAL_P(zv); 203 FREE_ZVAL(zv); 224 zval *zv = master_to_zval(get_conversion(IS_STRING), tmp); local 225 faultstring = Z_STRVAL_P(zv); 226 FREE_ZVAL(zv);
|
| /PHP_5_3/Zend/ |
| H A D | zend_execute_API.c | 210 static int zval_call_destructor(zval **zv TSRMLS_DC) /* {{{ */ 212 if (Z_TYPE_PP(zv) == IS_OBJECT && Z_REFCOUNT_PP(zv) == 1) { 436 zval *zv = *zval_ptr; local 441 Z_DELREF_P(zv); 442 if (Z_REFCOUNT_P(zv) == 0) { 445 if (zv != &EG(uninitialized_zval)) { 446 GC_REMOVE_ZVAL_FROM_BUFFER(zv); 447 zval_dtor(zv); 448 efree_rel(zv); [all...] |
| /PHP_5_3/ext/mysqlnd/ |
| H A D | mysqlnd_ps_codec.c | 56 void ps_fetch_from_1_to_8_bytes(zval *zv, const MYSQLND_FIELD * const field, argument 64 DBG_INF_FMT("zv=%p byte_count=%u", zv, byte_count); 87 ZVAL_LONG(zv, (long) uval); /* the cast is safe, we are in the range */ 115 ZVAL_LONG(zv, (long) lval); /* the cast is safe, we are in the range */ 123 ZVAL_UTF8_STRINGL(zv, tmp, tmp_len, ZSTR_DUPLICATE); 128 ZVAL_STRINGL(zv, tmp, tmp_len, 1); 139 void ps_fetch_null(zval *zv, const MYSQLND_FIELD * const field, argument 143 ZVAL_NULL(zv); 150 void ps_fetch_int8(zval *zv, cons argument 161 ps_fetch_int16(zval *zv, const MYSQLND_FIELD * const field, unsigned int pack_len, zend_uchar **row, zend_bool as_unicode TSRMLS_DC) argument 172 ps_fetch_int32(zval *zv, const MYSQLND_FIELD * const field, unsigned int pack_len, zend_uchar **row, zend_bool as_unicode TSRMLS_DC) argument 183 ps_fetch_int64(zval *zv, const MYSQLND_FIELD * const field, unsigned int pack_len, zend_uchar **row, zend_bool as_unicode TSRMLS_DC) argument 194 ps_fetch_float(zval *zv, const MYSQLND_FIELD * const field, unsigned int pack_len, zend_uchar **row, zend_bool as_unicode TSRMLS_DC) argument 211 ps_fetch_double(zval *zv, const MYSQLND_FIELD * const field, unsigned int pack_len, zend_uchar **row, zend_bool as_unicode TSRMLS_DC) argument 228 ps_fetch_time(zval *zv, const MYSQLND_FIELD * const field, unsigned int pack_len, zend_uchar **row, zend_bool as_unicode TSRMLS_DC) argument 285 ps_fetch_date(zval *zv, const MYSQLND_FIELD * const field, unsigned int pack_len, zend_uchar **row, zend_bool as_unicode TSRMLS_DC) argument 336 ps_fetch_datetime(zval *zv, const MYSQLND_FIELD * const field, unsigned int pack_len, zend_uchar **row, zend_bool as_unicode TSRMLS_DC) argument 395 ps_fetch_string(zval *zv, const MYSQLND_FIELD * const field, unsigned int pack_len, zend_uchar **row, zend_bool as_unicode TSRMLS_DC) argument 427 ps_fetch_bit(zval *zv, const MYSQLND_FIELD * const field, unsigned int pack_len, zend_uchar **row, zend_bool as_unicode TSRMLS_DC) argument [all...] |
| H A D | mysqlnd_structs.h | 615 typedef enum_func_status (*func_mysqlnd_stmt__bind_one_parameter)(MYSQLND_STMT * const stmt, unsigned int param_no, zval * const zv, zend_uchar type TSRMLS_DC); 884 zval *zv; member in struct:st_mysqlnd_param_bind 891 zval *zv; member in struct:st_mysqlnd_result_bind
|
| H A D | mysqlnd_result.c | 89 mysqlnd_rset_zval_ptr_dtor(zval **zv, enum_mysqlnd_res_type type, zend_bool * copy_ctor_called TSRMLS_DC) argument 92 if (!zv || !*zv) { 94 DBG_ERR_FMT("zv was NULL"); 105 } else if (Z_REFCOUNT_PP(zv) > 1) { 120 if (Z_TYPE_PP(zv) == IS_STRING) { 121 zval_copy_ctor(*zv); 131 if (Z_TYPE_PP(zv) == IS_STRING) { 132 ZVAL_NULL(*zv); 135 zval_ptr_dtor(zv); [all...] |
| /PHP_5_3/ext/standard/ |
| H A D | string.c | 1193 zval *zv; local 1212 MAKE_STD_ZVAL(zv); 1213 ZVAL_STRINGL(zv, str, str_len, 1); 1215 BG(strtok_zval) = zv; 1216 BG(strtok_last) = BG(strtok_string) = Z_STRVAL_P(zv);
|
| /PHP_5_3/ext/date/ |
| H A D | php_date.c | 2103 zval *zv; local 2116 MAKE_STD_ZVAL(zv); 2117 ZVAL_STRING(zv, date_format("Y-m-d H:i:s", 12, dateobj->time, 1), 0); 2118 zend_hash_update(props, "date", 5, &zv, sizeof(zval), NULL); 2122 MAKE_STD_ZVAL(zv); 2123 ZVAL_LONG(zv, dateobj->time->zone_type); 2124 zend_hash_update(props, "timezone_type", 14, &zv, sizeof(zval), NULL); 2126 MAKE_STD_ZVAL(zv); 2129 ZVAL_STRING(zv, dateobj->time->tz_info->name, 1); 2140 ZVAL_STRING(zv, tmpst 2250 zval *zv; local [all...] |
| /PHP_5_3/ext/phar/ |
| H A D | phar_object.c | 1562 zval zv; local 1564 INIT_ZVAL(zv); 1565 Z_UNIVAL(zv) = intern->file_name; 1566 Z_UNILEN(zv) = intern->file_name_len; 1567 Z_TYPE(zv) = IS_UNICODE; 1569 zval_copy_ctor(&zv); 1570 zval_unicode_to_string(&zv TSRMLS_CC); 1571 fname = expand_filepath(Z_STRVAL(zv), NULL TSRMLS_CC); 1572 ezfree(Z_UNIVAL(zv));
|