Home
last modified time | relevance | path

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

12345678

/PHP-5.5/Zend/
H A Dzend_operators.h539 Z_TYPE_P(op1) = IS_DOUBLE; in fast_increment_function()
582 Z_TYPE_P(op1) = IS_DOUBLE; in fast_decrement_function()
655 Z_TYPE_P(result) = IS_LONG; in fast_add_function()
744 Z_TYPE_P(result) = IS_LONG; in fast_sub_function()
803 Z_TYPE_P(result) = IS_BOOL; in fast_div_function()
812 Z_TYPE_P(result) = IS_LONG; in fast_div_function()
822 Z_TYPE_P(result) = IS_BOOL; in fast_div_function()
834 Z_TYPE_P(result) = IS_BOOL; in fast_div_function()
844 Z_TYPE_P(result) = IS_BOOL; in fast_div_function()
863 Z_TYPE_P(result) = IS_BOOL; in fast_mod_function()
[all …]
H A Dzend_operators.c186 switch (Z_TYPE_P(op)) { in convert_scalar_to_number()
373 switch (Z_TYPE_P(op)) { in convert_to_long_base()
816 switch (TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2))) { in add_function()
878 switch (TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2))) { in sub_function()
925 switch (TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2))) { in mul_function()
966 switch (TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2))) { in div_function()
1107 if (Z_TYPE_P(op1) == IS_STRING && Z_TYPE_P(op2) == IS_STRING) { in bitwise_or_function()
1147 if (Z_TYPE_P(op1) == IS_STRING && Z_TYPE_P(op2) == IS_STRING) { in bitwise_and_function()
1189 if (Z_TYPE_P(op1) == IS_STRING && Z_TYPE_P(op2) == IS_STRING) { in bitwise_xor_function()
1477 switch (TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2))) { in compare_function()
[all …]
H A Dzend_gc.c272 if (Z_TYPE_P(pz) == IS_OBJECT && EG(objects_store).object_buckets) { in zval_scan_black()
307 } else if (Z_TYPE_P(pz) == IS_ARRAY) { in zval_scan_black()
314 if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { in zval_scan_black()
357 if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { in zobj_scan_black()
378 if (Z_TYPE_P(pz) == IS_OBJECT && EG(objects_store).object_buckets) { in zval_mark_grey()
412 } else if (Z_TYPE_P(pz) == IS_ARRAY) { in zval_mark_grey()
421 if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { in zval_mark_grey()
517 if (Z_TYPE_P(pz) == IS_OBJECT && EG(objects_store).object_buckets) { in zval_scan()
550 } else if (Z_TYPE_P(pz) == IS_ARRAY) { in zval_scan()
637 if (Z_TYPE_P(pz) == IS_OBJECT && EG(objects_store).object_buckets) { in zval_collect_white()
[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_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.c621 if (Z_TYPE_P(arg) == IS_OBJECT) { in zend_verify_arg_type()
637 if (Z_TYPE_P(arg) != IS_ARRAY && (Z_TYPE_P(arg) != IS_NULL || !cur_arg_info->allow_null)) { in zend_verify_arg_type()
664 if (Z_TYPE_P(object) != IS_OBJECT) { in zend_assign_to_object()
673 if (Z_TYPE_P(object) == IS_NULL || in zend_assign_to_object()
1091 switch (Z_TYPE_P(container)) { in zend_fetch_dimension_address()
1151 if (Z_TYPE_P(dim) != IS_LONG) { in zend_fetch_dimension_address()
1153 switch(Z_TYPE_P(dim)) { in zend_fetch_dimension_address()
1254 switch (Z_TYPE_P(container)) { in zend_fetch_dimension_address_read()
1271 if (Z_TYPE_P(dim) != IS_LONG) { in zend_fetch_dimension_address_read()
1272 switch(Z_TYPE_P(dim)) { in zend_fetch_dimension_address_read()
[all …]
H A Dzend_ini_parser.y92 Z_TYPE_P(result) = IS_STRING; in zend_ini_do_op()
103 Z_TYPE_P(result) = IS_STRING; in zend_ini_init_string()
117 Z_TYPE_P(result) = IS_STRING; in zend_ini_add_string()
134 Z_TYPE_P(result) = Z_TYPE(z_constant); in zend_ini_get_constant()
H A Dzend.c227 if (Z_TYPE_P(expr)==IS_STRING) { in zend_make_printable_zval()
231 switch (Z_TYPE_P(expr)) { in zend_make_printable_zval()
277 if (Z_TYPE_P(z) != IS_OBJECT) { in zend_make_printable_zval()
305 Z_TYPE_P(expr_copy) = IS_STRING; in zend_make_printable_zval()
341 switch (Z_TYPE_P(expr)) { in zend_print_flat_zval_r()
400 switch (Z_TYPE_P(expr)) { in zend_print_zval_r_ex()
630 Z_TYPE_P(globals) = IS_ARRAY; in php_auto_globals_create_globals()
1157 Z_TYPE_P(z_error_type) = IS_LONG; in zend_error()
1164 Z_TYPE_P(z_error_lineno) = IS_LONG; in zend_error()
1172 Z_TYPE_P(z_context) = IS_NULL; in zend_error()
[all …]
/PHP-5.5/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.5/ext/intl/dateformat/
H A Ddateformat_helpers.cpp42 if (calendar_zv == NULL || Z_TYPE_P(calendar_zv) == IS_NULL) { in datefmt_process_calendar_arg()
50 } else if (Z_TYPE_P(calendar_zv) == IS_LONG) { in datefmt_process_calendar_arg()
71 } else if (Z_TYPE_P(calendar_zv) == IS_OBJECT && in datefmt_process_calendar_arg()
/PHP-5.5/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.5/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.5/ext/wddx/
H A Dwddx.c311 if (Z_TYPE_P(retval) != IS_ARRAY) { in PS_SERIALIZER_DECODE_FUNC()
646 switch(Z_TYPE_P(var)) { in php_wddx_serialize_var()
709 } else if (Z_TYPE_P(name_var) == IS_ARRAY || Z_TYPE_P(name_var) == IS_OBJECT) { in php_wddx_add_var()
758 Z_TYPE_P(ent.data) = IS_STRING; in php_wddx_push_element()
768 Z_TYPE_P(ent.data) = IS_STRING; in php_wddx_push_element()
790 Z_TYPE_P(ent.data) = IS_LONG; in php_wddx_push_element()
803 Z_TYPE_P(ent.data) = IS_BOOL; in php_wddx_push_element()
909 Z_TYPE_P(ent.data) = IS_LONG; in php_wddx_push_element()
986 if (Z_TYPE_P(ent2->data) == IS_ARRAY || Z_TYPE_P(ent2->data) == IS_OBJECT) { in php_wddx_pop_element()
1092 Z_TYPE_P(ent->data) = IS_STRING; in php_wddx_process_data()
[all …]
/PHP-5.5/ext/bcmath/
H A Dbcmath.c251 Z_TYPE_P(return_value) = IS_STRING; in PHP_FUNCTION()
291 Z_TYPE_P(return_value) = IS_STRING; in PHP_FUNCTION()
331 Z_TYPE_P(return_value) = IS_STRING; in PHP_FUNCTION()
371 Z_TYPE_P(return_value) = IS_STRING; in PHP_FUNCTION()
407 Z_TYPE_P(return_value) = IS_STRING; in PHP_FUNCTION()
452 Z_TYPE_P(return_value) = IS_STRING; in PHP_FUNCTION()
497 Z_TYPE_P(return_value) = IS_STRING; in PHP_FUNCTION()
533 Z_TYPE_P(return_value) = IS_STRING; in PHP_FUNCTION()
567 Z_TYPE_P(return_value) = IS_LONG; in PHP_FUNCTION()
/PHP-5.5/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.5/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c584 if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_LONG && in mysqlnd_stmt_execute_store_params()
594 if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_LONG) { in mysqlnd_stmt_execute_store_params()
661 if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_LONG) { in mysqlnd_stmt_execute_store_params()
667 if (Z_TYPE_P(tmp_data) == IS_STRING) { in mysqlnd_stmt_execute_store_params()
709 if (Z_TYPE_P(the_var) != IS_DOUBLE) { in mysqlnd_stmt_execute_store_params()
721 if (Z_TYPE_P(tmp_data) == IS_STRING) { in mysqlnd_stmt_execute_store_params()
731 if (Z_TYPE_P(tmp_data) == IS_STRING) { in mysqlnd_stmt_execute_store_params()
751 if (Z_TYPE_P(the_var) != IS_STRING) { in mysqlnd_stmt_execute_store_params()
795 if (stmt->param_bind[i].zv && Z_TYPE_P(data) == IS_NULL) { in mysqlnd_stmt_execute_store_params()
805 if (Z_TYPE_P(data) == IS_STRING) { in mysqlnd_stmt_execute_store_params()
[all …]
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c531 if (Z_TYPE_P(val) == IS_NULL) { in PHP_to_XMLRPC_worker()
651 Z_TYPE_P(elem) = IS_NULL; in XMLRPC_to_PHP()
658 Z_TYPE_P(elem) = IS_STRING; in XMLRPC_to_PHP()
663 Z_TYPE_P(elem) = IS_LONG; in XMLRPC_to_PHP()
667 Z_TYPE_P(elem) = IS_BOOL; in XMLRPC_to_PHP()
671 Z_TYPE_P(elem) = IS_DOUBLE; in XMLRPC_to_PHP()
676 Z_TYPE_P(elem) = IS_STRING; in XMLRPC_to_PHP()
683 Z_TYPE_P(elem) = IS_STRING; in XMLRPC_to_PHP()
736 if (Z_TYPE_P(vals) != IS_NULL) { in PHP_FUNCTION()
1371 Z_TYPE_P(type) = IS_STRING; in set_zval_xmlrpc_type()
[all …]
/PHP-5.5/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.5/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.5/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.5/ext/mysql/
H A Dphp_mysql.c538 if (Z_TYPE_P(zv) != IS_RESOURCE) { in mysql_convert_zv_to_mysqlnd()
918 if (Z_TYPE_P(le) != le_plink) {
1825 Z_TYPE_P(return_value) = IS_LONG;
1848 Z_TYPE_P(return_value) = IS_STRING;
1905 Z_TYPE_P(return_value) = IS_LONG;
1941 switch(Z_TYPE_P(field)) {
2007 Z_TYPE_P(return_value) = IS_NULL;
2031 Z_TYPE_P(return_value) = IS_LONG;
2049 Z_TYPE_P(return_value) = IS_LONG;
2125 Z_TYPE_P(data) = IS_STRING;
[all …]
/PHP-5.5/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()
/PHP-5.5/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.5/ext/sockets/
H A Dconversions.c284 assert(Z_TYPE_P(zarr) == IS_ARRAY); in to_zval_read_aggregation()
317 switch (Z_TYPE_P(arr_value)) { in from_zval_integer_common()
571 Z_TYPE_P(zv) = IS_STRING; in to_zval_read_sin_addr()
629 Z_TYPE_P(zv) = IS_STRING; in to_zval_read_sin6_addr()
663 if (Z_TYPE_P(path) != IS_STRING) { in from_zval_write_sun_path()
941 if (Z_TYPE_P(arr) != IS_ARRAY) { in from_zval_write_control_array()
1118 if (Z_TYPE_P(arr) != IS_ARRAY) { in from_zval_write_iov_array()
1263 if (Z_TYPE_P(zv) == IS_LONG) { in from_zval_write_ifindex()
1271 if (Z_TYPE_P(zv) != IS_STRING) { in from_zval_write_ifindex()
1364 if (Z_TYPE_P(arr) != IS_ARRAY) { in calculate_scm_rights_space()
[all …]

Completed in 132 milliseconds

12345678