Home
last modified time | relevance | path

Searched refs:Z_TYPE_P (Results 1 – 25 of 157) sorted by relevance

1234567

/PHP-5.3/Zend/
H A Dzend_operators.c152 switch (Z_TYPE_P(op)) { in convert_scalar_to_number()
339 switch (Z_TYPE_P(op)) { in convert_to_long_base()
764 switch (TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2))) { in add_function()
826 switch (TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2))) { in sub_function()
873 switch (TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2))) { in mul_function()
914 switch (TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2))) { in div_function()
1055 if (Z_TYPE_P(op1) == IS_STRING && Z_TYPE_P(op2) == IS_STRING) { in bitwise_or_function()
1095 if (Z_TYPE_P(op1) == IS_STRING && Z_TYPE_P(op2) == IS_STRING) { in bitwise_and_function()
1137 if (Z_TYPE_P(op1) == IS_STRING && Z_TYPE_P(op2) == IS_STRING) { in bitwise_xor_function()
1384 switch (TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2))) { in compare_function()
[all …]
H A Dzend_variables.c32 switch (Z_TYPE_P(zvalue) & IS_CONSTANT_TYPE_MASK) { in _zval_dtor_func()
44 Z_TYPE_P(zvalue) = IS_NULL; in _zval_dtor_func()
78 switch (Z_TYPE_P(zvalue) & IS_CONSTANT_TYPE_MASK) { in _zval_internal_dtor()
108 switch (Z_TYPE_P(zvalue) & IS_CONSTANT_TYPE_MASK) { in _zval_copy_ctor_func()
H A Dzend_execute.c139 Z_TYPE_P(z) = Z_TYPE_P(v); \
148 Z_TYPE_P(_tmp) = Z_TYPE_P(val); \
497 if (Z_TYPE_P(arg) == IS_OBJECT) { in zend_verify_arg_type()
510 if (Z_TYPE_P(arg) != IS_ARRAY && (Z_TYPE_P(arg) != IS_NULL || !cur_arg_info->allow_null)) { in zend_verify_arg_type()
534 if (Z_TYPE_P(object) == IS_NULL || in zend_assign_to_object()
884 switch (Z_TYPE_P(container)) { in zend_fetch_dimension_address()
944 if (Z_TYPE_P(dim) != IS_LONG) { in zend_fetch_dimension_address()
945 switch(Z_TYPE_P(dim)) { in zend_fetch_dimension_address()
1040 switch (Z_TYPE_P(container)) { in zend_fetch_dimension_address_read()
1062 if (Z_TYPE_P(dim) != IS_LONG) { in zend_fetch_dimension_address_read()
[all …]
H A Dzend_iterators.c69 Z_TYPE_P(wrapped) = IS_OBJECT; in zend_iterator_wrap()
79 switch (Z_TYPE_P(array_ptr)) { in zend_iterator_unwrap()
H A Dzend_gc.c277 if (Z_TYPE_P(pz) == IS_OBJECT && EG(objects_store).object_buckets) { in zval_scan_black()
292 } else if (Z_TYPE_P(pz) == IS_ARRAY) { in zval_scan_black()
299 if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { in zval_scan_black()
327 if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { in zobj_scan_black()
348 if (Z_TYPE_P(pz) == IS_OBJECT && EG(objects_store).object_buckets) { in zval_mark_grey()
364 } else if (Z_TYPE_P(pz) == IS_ARRAY) { in zval_mark_grey()
373 if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { in zval_mark_grey()
456 if (Z_TYPE_P(pz) == IS_OBJECT && EG(objects_store).object_buckets) { in zval_scan()
474 } else if (Z_TYPE_P(pz) == IS_ARRAY) { in zval_scan()
552 if (Z_TYPE_P(pz) == IS_OBJECT && EG(objects_store).object_buckets) { in zval_collect_white()
[all …]
H A Dzend_ini_parser.y85 Z_TYPE_P(result) = IS_STRING; in zend_ini_do_op()
96 Z_TYPE_P(result) = IS_STRING; in zend_ini_init_string()
110 Z_TYPE_P(result) = IS_STRING; in zend_ini_add_string()
127 Z_TYPE_P(result) = Z_TYPE(z_constant); in zend_ini_get_constant()
H A Dzend.c213 if (Z_TYPE_P(expr)==IS_STRING) { in zend_make_printable_zval()
217 switch (Z_TYPE_P(expr)) { in zend_make_printable_zval()
256 if (Z_TYPE_P(z) != IS_OBJECT) { in zend_make_printable_zval()
284 Z_TYPE_P(expr_copy) = IS_STRING; in zend_make_printable_zval()
320 switch (Z_TYPE_P(expr)) { in zend_print_flat_zval_r()
379 switch (Z_TYPE_P(expr)) { in zend_print_zval_r_ex()
1104 Z_TYPE_P(z_error_message) = IS_STRING; in zend_error()
1107 Z_TYPE_P(z_error_type) = IS_LONG; in zend_error()
1114 Z_TYPE_P(z_error_lineno) = IS_LONG; in zend_error()
1122 Z_TYPE_P(z_context) = IS_NULL; in zend_error()
[all …]
/PHP-5.3/ext/intl/collator/
H A Dcollator_convert.c58 if( Z_TYPE_P( *hashData ) != IS_STRING ) in collator_convert_hash_item_from_utf8_to_utf16()
102 if( Z_TYPE_P( *hashData ) != IS_STRING ) in collator_convert_hash_item_from_utf16_to_utf8()
252 if( Z_TYPE_P( obj ) != IS_OBJECT ) in collator_convert_object_to_string()
262 switch( Z_TYPE_P( zstr ) ) in collator_convert_object_to_string()
355 if( Z_TYPE_P(num) == IS_LONG ) in collator_convert_string_to_double()
380 if( Z_TYPE_P( str ) != IS_STRING ) in collator_convert_string_to_number_if_possible()
394 Z_TYPE_P(num) = is_numeric; in collator_convert_string_to_number_if_possible()
419 if( Z_TYPE_P(arg) != IS_STRING ) in collator_make_printable_zval()
455 if( Z_TYPE_P( arg ) != IS_STRING ) in collator_normalize_sort_argument()
/PHP-5.3/ext/filter/
H A Dcallback_filter.c32 Z_TYPE_P(value) = IS_NULL; in php_filter_callback()
50 Z_TYPE_P(value) = IS_NULL; in php_filter_callback()
/PHP-5.3/ext/ctype/
H A Dctype.c149 if (Z_TYPE_P(c) == IS_LONG) { \
164 if (Z_TYPE_P(c) == IS_LONG) zval_dtor(&tmp); \
169 if (Z_TYPE_P(c) == IS_LONG) zval_dtor(&tmp); \
173 if (Z_TYPE_P(c) == IS_LONG) zval_dtor(&tmp); \
/PHP-5.3/ext/bcmath/
H A Dbcmath.c235 Z_TYPE_P(return_value) = IS_STRING; in PHP_FUNCTION()
274 Z_TYPE_P(return_value) = IS_STRING; in PHP_FUNCTION()
313 Z_TYPE_P(return_value) = IS_STRING; in PHP_FUNCTION()
352 Z_TYPE_P(return_value) = IS_STRING; in PHP_FUNCTION()
388 Z_TYPE_P(return_value) = IS_STRING; in PHP_FUNCTION()
432 Z_TYPE_P(return_value) = IS_STRING; in PHP_FUNCTION()
476 Z_TYPE_P(return_value) = IS_STRING; in PHP_FUNCTION()
511 Z_TYPE_P(return_value) = IS_STRING; in PHP_FUNCTION()
545 Z_TYPE_P(return_value) = IS_LONG; in PHP_FUNCTION()
/PHP-5.3/ext/wddx/
H A Dwddx.c643 switch(Z_TYPE_P(var)) { in php_wddx_serialize_var()
706 } else if (Z_TYPE_P(name_var) == IS_ARRAY || Z_TYPE_P(name_var) == IS_OBJECT) { in php_wddx_add_var()
755 Z_TYPE_P(ent.data) = IS_STRING; in php_wddx_push_element()
765 Z_TYPE_P(ent.data) = IS_STRING; in php_wddx_push_element()
787 Z_TYPE_P(ent.data) = IS_LONG; in php_wddx_push_element()
800 Z_TYPE_P(ent.data) = IS_BOOL; in php_wddx_push_element()
906 Z_TYPE_P(ent.data) = IS_LONG; in php_wddx_push_element()
973 if (Z_TYPE_P(ent2->data) == IS_ARRAY || Z_TYPE_P(ent2->data) == IS_OBJECT) { in php_wddx_pop_element()
1050 switch (Z_TYPE_P(ent)) { in php_wddx_process_data()
1077 Z_TYPE_P(ent->data) = IS_STRING; in php_wddx_process_data()
[all …]
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c651 if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_NULL && in mysqlnd_stmt_execute_store_params()
655 if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_LONG && in mysqlnd_stmt_execute_store_params()
665 if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_LONG) { in mysqlnd_stmt_execute_store_params()
760 if (Z_TYPE_P(the_var) != IS_DOUBLE) { in mysqlnd_stmt_execute_store_params()
772 if (Z_TYPE_P(tmp_data) == IS_STRING) { in mysqlnd_stmt_execute_store_params()
782 if (Z_TYPE_P(tmp_data) == IS_STRING) { in mysqlnd_stmt_execute_store_params()
803 if (Z_TYPE_P(the_var) != IS_STRING || Z_TYPE_P(the_var) == IS_UNICODE) in mysqlnd_stmt_execute_store_params()
805 if (Z_TYPE_P(the_var) != IS_STRING) in mysqlnd_stmt_execute_store_params()
816 if (Z_TYPE_P(the_var) == IS_UNICODE) { in mysqlnd_stmt_execute_store_params()
866 if (Z_TYPE_P(data) == IS_STRING) { in mysqlnd_stmt_execute_store_params()
[all …]
H A Dmysqlnd_priv.h59 Z_TYPE_P(arg) = IS_ARRAY;\
66 Z_TYPE_P(arg) = IS_ARRAY;\
/PHP-5.3/ext/pdo_sqlite/
H A Dsqlite_statement.c109 if (Z_TYPE_P(param->parameter) == IS_NULL) { in pdo_sqlite_stmt_param_hook()
123 if (Z_TYPE_P(param->parameter) == IS_RESOURCE) { in pdo_sqlite_stmt_param_hook()
128 Z_TYPE_P(param->parameter) = IS_STRING; in pdo_sqlite_stmt_param_hook()
135 } else if (Z_TYPE_P(param->parameter) == IS_NULL) { in pdo_sqlite_stmt_param_hook()
156 if (Z_TYPE_P(param->parameter) == IS_NULL) { in pdo_sqlite_stmt_param_hook()
/PHP-5.3/ext/xmlrpc/
H A Dxmlrpc-epi-php.c531 if (Z_TYPE_P(val) == IS_NULL) { in PHP_to_XMLRPC_worker()
642 Z_TYPE_P(elem) = IS_NULL; in XMLRPC_to_PHP()
649 Z_TYPE_P(elem) = IS_STRING; in XMLRPC_to_PHP()
654 Z_TYPE_P(elem) = IS_LONG; in XMLRPC_to_PHP()
658 Z_TYPE_P(elem) = IS_BOOL; in XMLRPC_to_PHP()
662 Z_TYPE_P(elem) = IS_DOUBLE; in XMLRPC_to_PHP()
667 Z_TYPE_P(elem) = IS_STRING; in XMLRPC_to_PHP()
674 Z_TYPE_P(elem) = IS_STRING; in XMLRPC_to_PHP()
727 if (Z_TYPE_P(vals) != IS_NULL) { in PHP_FUNCTION()
1362 Z_TYPE_P(type) = IS_STRING; in set_zval_xmlrpc_type()
[all …]
/PHP-5.3/ext/spl/
H A Dspl_engine.c48 switch (Z_TYPE_P(offset)) { in spl_offset_convert_to_long()
H A Dphp_spl.c102 if (Z_TYPE_P(obj) != IS_OBJECT && Z_TYPE_P(obj) != IS_STRING) { in PHP_FUNCTION()
107 if (Z_TYPE_P(obj) == IS_STRING) { in PHP_FUNCTION()
135 if (Z_TYPE_P(obj) != IS_OBJECT && Z_TYPE_P(obj) != IS_STRING) { in PHP_FUNCTION()
140 if (Z_TYPE_P(obj) == IS_STRING) { in PHP_FUNCTION()
392 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z", &class_name) == FAILURE || Z_TYPE_P(clas… in PHP_FUNCTION()
453 if (Z_TYPE_P(zcallable) == IS_STRING) { in PHP_FUNCTION()
468 if (Z_TYPE_P(zcallable) == IS_ARRAY) { in PHP_FUNCTION()
487 } else if (Z_TYPE_P(zcallable) == IS_STRING) { in PHP_FUNCTION()
519 if (Z_TYPE_P(zcallable) == IS_OBJECT) { in PHP_FUNCTION()
623 if (Z_TYPE_P(zcallable) == IS_OBJECT) { in PHP_FUNCTION()
/PHP-5.3/ext/oci8/
H A Doci8_statement.c815 if (Z_TYPE_P(bind->zval) == IS_ARRAY) { in php_oci_bind_pre_exec()
829 if (Z_TYPE_P(bind->zval) != IS_OBJECT) { in php_oci_bind_pre_exec()
837 if (Z_TYPE_P(bind->zval) == IS_RESOURCE || Z_TYPE_P(bind->zval) == IS_OBJECT) { in php_oci_bind_pre_exec()
848 if (Z_TYPE_P(bind->zval) == IS_RESOURCE || Z_TYPE_P(bind->zval) == IS_OBJECT) { in php_oci_bind_pre_exec()
878 if (Z_TYPE_P(val) == IS_STRING) { in php_oci_bind_post_exec()
1044 if (Z_TYPE_P(var) == IS_RESOURCE || Z_TYPE_P(var) == IS_OBJECT) { in php_oci_bind_by_name()
1059 if (Z_TYPE_P(var) == IS_RESOURCE || Z_TYPE_P(var) == IS_OBJECT) { in php_oci_bind_by_name()
1063 if (Z_TYPE_P(var) != IS_NULL) { in php_oci_bind_by_name()
1074 if (Z_TYPE_P(var) != IS_RESOURCE) { in php_oci_bind_by_name()
1263 if (Z_TYPE_P(val) == IS_RESOURCE) { in php_oci_bind_out_callback()
[all …]
/PHP-5.3/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp87 if(Z_TYPE_P(args[i]) == IS_DOUBLE) { in umsg_format_helper()
89 } else if(Z_TYPE_P(args[i]) == IS_LONG) { in umsg_format_helper()
94 tInt64 = (Z_TYPE_P(args[i]) == IS_DOUBLE)?(int64_t)Z_DVAL_P(args[i]):Z_LVAL_P(args[i]); in umsg_format_helper()
/PHP-5.3/ext/mysql/
H A Dphp_mysql.c884 if (Z_TYPE_P(le) != le_plink) {
1789 Z_TYPE_P(return_value) = IS_LONG;
1812 Z_TYPE_P(return_value) = IS_STRING;
1871 Z_TYPE_P(return_value) = IS_LONG;
1907 switch(Z_TYPE_P(field)) {
1960 Z_TYPE_P(return_value) = IS_STRING;
1969 Z_TYPE_P(return_value) = IS_NULL;
1993 Z_TYPE_P(return_value) = IS_LONG;
2011 Z_TYPE_P(return_value) = IS_LONG;
2086 Z_TYPE_P(data) = IS_STRING;
[all …]
/PHP-5.3/ext/com_dotnet/
H A Dcom_misc.c63 Z_TYPE_P(z) = IS_OBJECT; in php_com_wrap_dispatch()
87 Z_TYPE_P(z) = IS_OBJECT; in php_com_wrap_variant()
/PHP-5.3/ext/standard/
H A Dhttp.c205 if (Z_TYPE_P(formdata) != IS_ARRAY && Z_TYPE_P(formdata) != IS_OBJECT) { in PHP_FUNCTION()
210 …_ex(HASH_OF(formdata), &formstr, prefix, prefix_len, NULL, 0, NULL, 0, (Z_TYPE_P(formdata) == IS_O… in PHP_FUNCTION()
H A Dmath.c612 if (Z_TYPE_P(zbase) == IS_LONG && Z_TYPE_P(zexp) == IS_LONG && Z_LVAL_P(zexp) >= 0) { in PHP_FUNCTION()
800 if (Z_TYPE_P(arg) != IS_STRING || base < 2 || base > 36) { in _php_math_basetolong()
849 if (Z_TYPE_P(arg) != IS_STRING || base < 2 || base > 36) { in _php_math_basetozval()
910 if (Z_TYPE_P(arg) != IS_LONG || base < 2 || base > 36) { in _php_math_longtobase()
937 if ((Z_TYPE_P(arg) != IS_LONG && Z_TYPE_P(arg) != IS_DOUBLE) || base < 2 || base > 36) { in _php_math_zvaltobase()
941 if (Z_TYPE_P(arg) == IS_DOUBLE) { in _php_math_zvaltobase()
/PHP-5.3/ext/soap/
H A Dphp_encoding.c298 if (Z_TYPE_P(data) == IS_OBJECT) { in soap_check_zval_ref()
402 Z_TYPE_P(data) == IS_OBJECT && in master_to_xml_int()
884 if (Z_TYPE_P(data) == IS_STRING) { in to_xml_string()
972 if (Z_TYPE_P(data) == IS_STRING) { in to_xml_base64()
1007 if (Z_TYPE_P(data) != IS_STRING) { in to_xml_hexbin()
1048 Z_TYPE_P(ret) = IS_DOUBLE; in to_zval_double()
1052 Z_TYPE_P(ret) = IS_DOUBLE; in to_zval_double()
1116 if (Z_TYPE_P(data) == IS_DOUBLE) { in to_xml_long()
2398 if (Z_TYPE_P(data) == IS_ARRAY) { in to_xml_array()
2810 if (Z_TYPE_P(data) == IS_ARRAY) { in to_xml_map()
[all …]

Completed in 81 milliseconds

1234567