Home
last modified time | relevance | path

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

1234567

/PHP-5.4/Zend/
H A Dzend_operators.h504 Z_TYPE_P(op1) = IS_DOUBLE; in fast_increment_function()
541 Z_TYPE_P(op1) = IS_DOUBLE; in fast_decrement_function()
608 Z_TYPE_P(result) = IS_LONG; in fast_add_function()
691 Z_TYPE_P(result) = IS_LONG; in fast_sub_function()
750 Z_TYPE_P(result) = IS_BOOL; in fast_div_function()
759 Z_TYPE_P(result) = IS_LONG; in fast_div_function()
769 Z_TYPE_P(result) = IS_BOOL; in fast_div_function()
781 Z_TYPE_P(result) = IS_BOOL; in fast_div_function()
791 Z_TYPE_P(result) = IS_BOOL; in fast_div_function()
810 Z_TYPE_P(result) = IS_BOOL; in fast_mod_function()
[all …]
H A Dzend_operators.c149 switch (Z_TYPE_P(op)) { in convert_scalar_to_number()
336 switch (Z_TYPE_P(op)) { in convert_to_long_base()
761 switch (TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2))) { in add_function()
823 switch (TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2))) { in sub_function()
870 switch (TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2))) { in mul_function()
911 switch (TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2))) { in div_function()
1052 if (Z_TYPE_P(op1) == IS_STRING && Z_TYPE_P(op2) == IS_STRING) { in bitwise_or_function()
1092 if (Z_TYPE_P(op1) == IS_STRING && Z_TYPE_P(op2) == IS_STRING) { in bitwise_and_function()
1134 if (Z_TYPE_P(op1) == IS_STRING && Z_TYPE_P(op2) == IS_STRING) { in bitwise_xor_function()
1415 switch (TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2))) { in compare_function()
[all …]
H A Dzend_gc.c277 if (Z_TYPE_P(pz) == IS_OBJECT && EG(objects_store).object_buckets) { in zval_scan_black()
312 } else if (Z_TYPE_P(pz) == IS_ARRAY) { in zval_scan_black()
319 if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { in zval_scan_black()
362 if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { in zobj_scan_black()
383 if (Z_TYPE_P(pz) == IS_OBJECT && EG(objects_store).object_buckets) { in zval_mark_grey()
417 } else if (Z_TYPE_P(pz) == IS_ARRAY) { in zval_mark_grey()
426 if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { in zval_mark_grey()
522 if (Z_TYPE_P(pz) == IS_OBJECT && EG(objects_store).object_buckets) { in zval_scan()
555 } else if (Z_TYPE_P(pz) == IS_ARRAY) { in zval_scan()
642 if (Z_TYPE_P(pz) == IS_OBJECT && EG(objects_store).object_buckets) { in zval_collect_white()
[all …]
H A Dzend_execute.c619 if (Z_TYPE_P(arg) == IS_OBJECT) { in zend_verify_arg_type()
635 if (Z_TYPE_P(arg) != IS_ARRAY && (Z_TYPE_P(arg) != IS_NULL || !cur_arg_info->allow_null)) { in zend_verify_arg_type()
662 if (Z_TYPE_P(object) != IS_OBJECT) { in zend_assign_to_object()
671 if (Z_TYPE_P(object) == IS_NULL || in zend_assign_to_object()
1092 switch (Z_TYPE_P(container)) { in zend_fetch_dimension_address()
1152 if (Z_TYPE_P(dim) != IS_LONG) { in zend_fetch_dimension_address()
1154 switch(Z_TYPE_P(dim)) { in zend_fetch_dimension_address()
1255 switch (Z_TYPE_P(container)) { in zend_fetch_dimension_address_read()
1272 if (Z_TYPE_P(dim) != IS_LONG) { in zend_fetch_dimension_address_read()
1273 switch(Z_TYPE_P(dim)) { in zend_fetch_dimension_address_read()
[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_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_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.c226 if (Z_TYPE_P(expr)==IS_STRING) { in zend_make_printable_zval()
230 switch (Z_TYPE_P(expr)) { in zend_make_printable_zval()
276 if (Z_TYPE_P(z) != IS_OBJECT) { in zend_make_printable_zval()
304 Z_TYPE_P(expr_copy) = IS_STRING; in zend_make_printable_zval()
340 switch (Z_TYPE_P(expr)) { in zend_print_flat_zval_r()
399 switch (Z_TYPE_P(expr)) { in zend_print_zval_r_ex()
629 Z_TYPE_P(globals) = IS_ARRAY; in php_auto_globals_create_globals()
1159 Z_TYPE_P(z_error_type) = IS_LONG; in zend_error()
1166 Z_TYPE_P(z_error_lineno) = IS_LONG; in zend_error()
1174 Z_TYPE_P(z_context) = IS_NULL; in zend_error()
[all …]
/PHP-5.4/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.4/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.4/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.4/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c683 if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_LONG && in mysqlnd_stmt_execute_store_params()
693 if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_LONG) { in mysqlnd_stmt_execute_store_params()
766 if (Z_TYPE_P(tmp_data) == IS_STRING) { in mysqlnd_stmt_execute_store_params()
808 if (Z_TYPE_P(the_var) != IS_DOUBLE) { in mysqlnd_stmt_execute_store_params()
820 if (Z_TYPE_P(tmp_data) == IS_STRING) { in mysqlnd_stmt_execute_store_params()
830 if (Z_TYPE_P(tmp_data) == IS_STRING) { in mysqlnd_stmt_execute_store_params()
851 if (Z_TYPE_P(the_var) != IS_STRING || Z_TYPE_P(the_var) == IS_UNICODE) in mysqlnd_stmt_execute_store_params()
853 if (Z_TYPE_P(the_var) != IS_STRING) in mysqlnd_stmt_execute_store_params()
864 if (Z_TYPE_P(the_var) == IS_UNICODE) { in mysqlnd_stmt_execute_store_params()
914 if (Z_TYPE_P(data) == IS_STRING) { in mysqlnd_stmt_execute_store_params()
[all …]
/PHP-5.4/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.4/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.4/ext/pdo_sqlite/
H A Dsqlite_statement.c109 if (Z_TYPE_P(param->parameter) == IS_NULL) { in pdo_sqlite_stmt_param_hook()
129 if (Z_TYPE_P(param->parameter) == IS_RESOURCE) { in pdo_sqlite_stmt_param_hook()
134 Z_TYPE_P(param->parameter) = IS_STRING; in pdo_sqlite_stmt_param_hook()
141 } else if (Z_TYPE_P(param->parameter) == IS_NULL) { in pdo_sqlite_stmt_param_hook()
162 if (Z_TYPE_P(param->parameter) == IS_NULL) { in pdo_sqlite_stmt_param_hook()
/PHP-5.4/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.4/ext/spl/
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()
164 if (Z_TYPE_P(obj) != IS_OBJECT && Z_TYPE_P(obj) != IS_STRING) { in PHP_FUNCTION()
169 if (Z_TYPE_P(obj) == IS_STRING) { in PHP_FUNCTION()
484 if (Z_TYPE_P(zcallable) == IS_STRING) { in PHP_FUNCTION()
499 if (Z_TYPE_P(zcallable) == IS_ARRAY) { in PHP_FUNCTION()
518 } else if (Z_TYPE_P(zcallable) == IS_STRING) { in PHP_FUNCTION()
550 if (Z_TYPE_P(zcallable) == IS_OBJECT) { in PHP_FUNCTION()
[all …]
H A Dspl_engine.c48 switch (Z_TYPE_P(offset)) { in spl_offset_convert_to_long()
/PHP-5.4/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.4/ext/mysql/
H A Dphp_mysql.c538 if (Z_TYPE_P(zv) != IS_RESOURCE) { in mysql_convert_zv_to_mysqlnd()
914 if (Z_TYPE_P(le) != le_plink) {
1821 Z_TYPE_P(return_value) = IS_LONG;
1844 Z_TYPE_P(return_value) = IS_STRING;
1901 Z_TYPE_P(return_value) = IS_LONG;
1937 switch(Z_TYPE_P(field)) {
2003 Z_TYPE_P(return_value) = IS_NULL;
2027 Z_TYPE_P(return_value) = IS_LONG;
2045 Z_TYPE_P(return_value) = IS_LONG;
2121 Z_TYPE_P(data) = IS_STRING;
[all …]
/PHP-5.4/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.4/ext/mysqli/
H A Dmysqli_result_iterator.c89 return iterator->current_row && Z_TYPE_P(iterator->current_row) == IS_ARRAY ? SUCCESS : FAILURE; in php_mysqli_result_iterator_valid()
118 if (Z_TYPE_P(iterator->current_row) == IS_ARRAY) { in php_mysqli_result_iterator_move_forward()
/PHP-5.4/ext/standard/
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()
1261 Z_TYPE_P(return_value) = IS_STRING; in PHP_FUNCTION()
H A Dhttp.c223 if (Z_TYPE_P(formdata) != IS_ARRAY && Z_TYPE_P(formdata) != IS_OBJECT) { in PHP_FUNCTION()
228 …_ex(HASH_OF(formdata), &formstr, prefix, prefix_len, NULL, 0, NULL, 0, (Z_TYPE_P(formdata) == IS_O… in PHP_FUNCTION()
/PHP-5.4/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()

Completed in 91 milliseconds

1234567