Home
last modified time | relevance | path

Searched refs:Z_TYPE_P (Results 26 – 50 of 162) sorted by relevance

1234567

/PHP-5.4/ext/soap/
H A Dphp_encoding.c298 if (Z_TYPE_P(data) == IS_OBJECT) { in soap_check_zval_ref()
401 Z_TYPE_P(data) == IS_OBJECT && in master_to_xml_int()
879 if (Z_TYPE_P(data) == IS_STRING) { in to_xml_string()
967 if (Z_TYPE_P(data) == IS_STRING) { in to_xml_base64()
1002 if (Z_TYPE_P(data) != IS_STRING) { in to_xml_hexbin()
1043 Z_TYPE_P(ret) = IS_DOUBLE; in to_zval_double()
1047 Z_TYPE_P(ret) = IS_DOUBLE; in to_zval_double()
1111 if (Z_TYPE_P(data) == IS_DOUBLE) { in to_xml_long()
2388 if (Z_TYPE_P(data) == IS_ARRAY) { in to_xml_array()
2798 if (Z_TYPE_P(data) == IS_ARRAY) { in to_xml_map()
[all …]
H A Dsoap.c855 if (Z_TYPE_P(code) == IS_NULL) { in PHP_METHOD()
955 if (Z_TYPE_P(type) == IS_NULL) { in PHP_METHOD()
1120 if (Z_TYPE_P(wsdl) != IS_STRING && Z_TYPE_P(wsdl) != IS_NULL) { in PHP_METHOD()
1207 if (Z_TYPE_P(wsdl) != IS_NULL) { in PHP_METHOD()
1885 if (Z_TYPE_P(retval) == IS_OBJECT &&
2313 Z_TYPE_P(fault) == IS_OBJECT &&
2340 if (Z_TYPE_P(wsdl) != IS_STRING && Z_TYPE_P(wsdl) != IS_NULL) {
2350 if (Z_TYPE_P(wsdl) == IS_NULL) {
2517 if (Z_TYPE_P(wsdl) != IS_NULL) {
3263 if (Z_TYPE_P(obj) != IS_OBJECT) {
[all …]
/PHP-5.4/ext/gd/
H A Dgd_ctx.c121 if (Z_TYPE_P(to_zval) == IS_RESOURCE) { in _php_image_output_ctx()
126 } else if (Z_TYPE_P(to_zval) == IS_STRING) { in _php_image_output_ctx()
/PHP-5.4/Zend/
H A Dzend_exceptions.c44 …if (Z_TYPE_P(add_previous) != IS_OBJECT || !instanceof_function(Z_OBJCE_P(add_previous), default_e… in zend_exception_set_previous()
50 if (Z_TYPE_P(previous) == IS_NULL) { in zend_exception_set_previous()
225 if(value && Z_TYPE_P(value) != type) { \
618 if(Z_TYPE_P(trace) != IS_ARRAY) { in ZEND_METHOD()
678 …while (exception && Z_TYPE_P(exception) == IS_OBJECT && instanceof_function(Z_OBJCE_P(exception), … in ZEND_METHOD()
701 if (trace && Z_TYPE_P(trace) != IS_STRING) { in ZEND_METHOD()
895 if (Z_TYPE_P(str) != IS_STRING) { in zend_exception_error()
911 line = (Z_TYPE_P(line) == IS_LONG) ? line : NULL; in zend_exception_error()
938 if (exception == NULL || Z_TYPE_P(exception) != IS_OBJECT) { in zend_throw_exception_object()
H A Dzend_builtin_functions.c673 switch (Z_TYPE_P(val)) { in ZEND_FUNCTION()
815 if (Z_TYPE_P(arg) == IS_OBJECT) { in ZEND_FUNCTION()
822 } else if (Z_TYPE_P(arg) == IS_STRING) { in ZEND_FUNCTION()
946 …if (Z_TYPE_P(prop_copy) == IS_CONSTANT_ARRAY || (Z_TYPE_P(prop_copy) & IS_CONSTANT_TYPE_MASK) == I… in add_class_vars()
1050 if (Z_TYPE_P(klass) == IS_OBJECT) { in ZEND_FUNCTION()
1123 if (Z_TYPE_P(klass) == IS_OBJECT) { in ZEND_FUNCTION()
1141 if (Z_TYPE_P(klass) == IS_OBJECT in ZEND_FUNCTION()
1187 if (Z_TYPE_P(object) == IS_STRING) { in ZEND_FUNCTION()
1207 if (Z_TYPE_P(object) == IS_OBJECT && in ZEND_FUNCTION()
1450 } else if (Z_TYPE_P(zv) == IS_RESOURCE) { in ZEND_FUNCTION()
[all …]
H A Dzend_vm_execute.h3688 switch (Z_TYPE_P(offset)) { in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_CONST_HANDLER()
4403 switch (Z_TYPE_P(offset)) { in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_TMP_HANDLER()
5079 switch (Z_TYPE_P(offset)) { in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_VAR_HANDLER()
5624 switch (Z_TYPE_P(offset)) { in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_UNUSED_HANDLER()
6383 switch (Z_TYPE_P(offset)) { in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_CV_HANDLER()
7911 Z_TYPE_P(str) = IS_STRING; in ZEND_ADD_CHAR_SPEC_TMP_CONST_HANDLER()
7934 Z_TYPE_P(str) = IS_STRING; in ZEND_ADD_STRING_SPEC_TMP_CONST_HANDLER()
8588 Z_TYPE_P(str) = IS_STRING; in ZEND_ADD_VAR_SPEC_TMP_TMP_HANDLER()
9262 Z_TYPE_P(str) = IS_STRING; in ZEND_ADD_VAR_SPEC_TMP_VAR_HANDLER()
10362 Z_TYPE_P(str) = IS_STRING; in ZEND_ADD_VAR_SPEC_TMP_CV_HANDLER()
[all …]
H A Dzend_vm_def.h2032 Z_TYPE_P(str) = IS_STRING;
2055 Z_TYPE_P(str) = IS_STRING;
2083 Z_TYPE_P(str) = IS_STRING;
2088 if (Z_TYPE_P(var) != IS_STRING) {
3445 Z_TYPE_P(retval) = IS_OBJECT;
3594 switch (Z_TYPE_P(offset)) {
3956 switch (Z_TYPE_P(offset)) {
4344 Z_TYPE_P(key) = IS_STRING;
4348 Z_TYPE_P(key) = IS_LONG;
4468 switch (Z_TYPE_P(offset)) {
[all …]
H A Dzend_API.h545 Z_TYPE_P(__z) = IS_RESOURCE;\
551 Z_TYPE_P(__z) = IS_BOOL; \
555 Z_TYPE_P(z) = IS_NULL; \
561 Z_TYPE_P(__z) = IS_LONG; \
567 Z_TYPE_P(__z) = IS_DOUBLE; \
575 Z_TYPE_P(__z) = IS_STRING; \
583 Z_TYPE_P(__z) = IS_STRING; \
590 Z_TYPE_P(__z) = IS_STRING; \
719 #define HASH_OF(p) (Z_TYPE_P(p)==IS_ARRAY ? Z_ARRVAL_P(p) : ((Z_TYPE_P(p)==IS_OBJECT ? Z_OBJ_HT_P(p…
720 #define ZVAL_IS_NULL(z) (Z_TYPE_P(z)==IS_NULL)
/PHP-5.4/ext/simplexml/
H A Dsimplexml.c272 if (Z_TYPE_P(member) != IS_STRING) { in sxe_prop_dim_read()
307 if (Z_TYPE_P(member) == IS_LONG) { in sxe_prop_dim_read()
419 switch (Z_TYPE_P(value)) { in change_node_zval()
533 switch (Z_TYPE_P(value)) { in sxe_prop_dim_write()
566 if (Z_TYPE_P(member) == IS_LONG) { in sxe_prop_dim_write()
656 if (Z_TYPE_P(member) == IS_LONG) { in sxe_prop_dim_write()
745 if (Z_TYPE_P(member) != IS_STRING && Z_TYPE_P(member) != IS_LONG) { in sxe_prop_dim_exists()
756 if (Z_TYPE_P(member) == IS_LONG) { in sxe_prop_dim_exists()
780 if (Z_TYPE_P(member) == IS_LONG) { in sxe_prop_dim_exists()
875 if (Z_TYPE_P(member) != IS_STRING && Z_TYPE_P(member) != IS_LONG) { in sxe_prop_dim_delete()
[all …]
/PHP-5.4/ext/pdo_mysql/
H A Dmysql_statement.c488 Z_TYPE_P(param->parameter) == IS_NULL) { in pdo_mysql_stmt_param_hook()
496 Z_TYPE_P(param->parameter) == IS_NULL) { in pdo_mysql_stmt_param_hook()
511 if (Z_TYPE_P(param->parameter) == IS_RESOURCE) { in pdo_mysql_stmt_param_hook()
516 Z_TYPE_P(param->parameter) = IS_STRING; in pdo_mysql_stmt_param_hook()
532 PDO_DBG_INF_FMT("param->parameter->type=%d", Z_TYPE_P(param->parameter)); in pdo_mysql_stmt_param_hook()
533 switch (Z_TYPE_P(param->parameter)) { in pdo_mysql_stmt_param_hook()
553 PDO_DBG_INF_FMT("param->parameter->type=%d", Z_TYPE_P(param->parameter)); in pdo_mysql_stmt_param_hook()
554 switch (Z_TYPE_P(param->parameter)) { in pdo_mysql_stmt_param_hook()
/PHP-5.4/main/streams/
H A Duserspace.c408 if (Z_TYPE_P(zopened) == IS_STRING && opened_path) { in user_wrapper_opener()
862 if (call_result == SUCCESS && retval != NULL && Z_TYPE_P(retval) == IS_LONG) { in php_userstreamop_seek()
941 if (call_result == SUCCESS && retval != NULL && Z_TYPE_P(retval) == IS_ARRAY) { in php_userstreamop_stat()
971 if (call_result == SUCCESS && retval != NULL && Z_TYPE_P(retval) == IS_BOOL) { in php_userstreamop_set_option()
1050 if (Z_TYPE_P(retval) == IS_BOOL) { in php_userstreamop_set_option()
1184 if (call_result == SUCCESS && zretval && Z_TYPE_P(zretval) == IS_BOOL) { in user_wrapper_unlink()
1235 if (call_result == SUCCESS && zretval && Z_TYPE_P(zretval) == IS_BOOL) { in user_wrapper_rename()
1291 if (call_result == SUCCESS && zretval && Z_TYPE_P(zretval) == IS_BOOL) { in user_wrapper_mkdir()
1345 if (call_result == SUCCESS && zretval && Z_TYPE_P(zretval) == IS_BOOL) { in user_wrapper_rmdir()
1426 if (call_result == SUCCESS && zretval && Z_TYPE_P(zretval) == IS_BOOL) { in user_wrapper_metadata()
[all …]
/PHP-5.4/ext/intl/collator/
H A Dcollator_sort.c69 if( Z_TYPE_P(str1) == IS_STRING && Z_TYPE_P(str2) == IS_STRING && in collator_regular_compare_function()
153 if( Z_TYPE_P(op1) == IS_STRING ) in collator_numeric_compare_function()
159 if( Z_TYPE_P(op2) == IS_STRING ) in collator_numeric_compare_function()
/PHP-5.4/main/
H A Dphp_variables.c208 Z_TYPE_P(gpc_element) = Z_TYPE_P(val); in php_register_variable_ex()
471 Z_TYPE_P(tmp) = IS_STRING; in php_build_argv()
476 if (Z_TYPE_P(tmp) == IS_STRING) { in php_build_argv()
490 Z_TYPE_P(tmp) = IS_STRING; in php_build_argv()
496 if (Z_TYPE_P(tmp) == IS_STRING) { in php_build_argv()
516 Z_TYPE_P(argc) = IS_LONG; in php_build_argv()
/PHP-5.4/ext/bz2/
H A Dbz2_filter.c354 if (Z_TYPE_P(filterparams) == IS_ARRAY || Z_TYPE_P(filterparams) == IS_OBJECT) { in php_bz2_filter_create()
392 if (Z_TYPE_P(filterparams) == IS_ARRAY || Z_TYPE_P(filterparams) == IS_OBJECT) { in php_bz2_filter_create()
/PHP-5.4/ext/pdo/
H A Dpdo_stmt.c271 Z_TYPE_P(return_value) = IS_OBJECT; in get_lazy_object()
573 if (Z_TYPE_P(dest) == IS_NULL) { in fetch_value()
675 switch (Z_TYPE_P(dest)) { in fetch_value()
901 Z_TYPE_P(return_value) = IS_ARRAY; in do_fetch()
999 Z_TYPE_P(return_value) = IS_OBJECT; in do_fetch()
1059 if (Z_TYPE_P(val) == IS_LONG) { in do_fetch()
1453 if (Z_TYPE_P(ctor_args) != IS_NULL && Z_TYPE_P(ctor_args) != IS_ARRAY) { in PHP_METHOD()
1464 if (Z_TYPE_P(arg2) != IS_STRING) { in PHP_METHOD()
2022 Z_TYPE_P(stmt->fetch.into) = IS_OBJECT; in pdo_stmt_setup_fetch_mode()
2594 if (Z_TYPE_P(member) == IS_LONG) { in row_prop_read()
[all …]
/PHP-5.4/ext/spl/
H A Dspl_array.c318 switch(Z_TYPE_P(offset)) { in spl_array_get_dimension_ptr_ptr()
458 switch(Z_TYPE_P(offset)) { in spl_array_write_dimension_ex()
518 switch(Z_TYPE_P(offset)) { in spl_array_unset_dimension_ex()
612 switch(Z_TYPE_P(offset)) { in spl_array_has_dimension_ex()
731 if (Z_TYPE_P(intern->array) == IS_OBJECT) { in spl_array_iterator_append()
922 if (Z_TYPE_P(intern->array) == IS_OBJECT) { in spl_array_skip_protected()
952 if (Z_TYPE_P(intern->array) == IS_OBJECT) { in spl_array_next_no_verify()
1385 if (Z_TYPE_P(intern->array) == IS_OBJECT) { in spl_array_object_count_elements_helper()
1448 Z_TYPE_P(tmp) = IS_ARRAY; in spl_array_method()
1457 Z_TYPE_P(tmp) = IS_NULL; in spl_array_method()
[all …]
/PHP-5.4/ext/standard/
H A Dvar.c552 if ((Z_TYPE_P(var) == IS_OBJECT) && Z_OBJ_HT_P(var)->get_class_entry) { in php_add_var_hash()
570 fprintf(stderr, "- had var (%d): %lu\n", Z_TYPE_P(var), **(ulong**)var_old); in php_add_var_hash()
579 fprintf(stderr, "+ add var (%d): %lu\n", Z_TYPE_P(var), var_no); in php_add_var_hash()
725 } else if (Z_TYPE_P(struc) == IS_OBJECT) { in php_var_serialize_intern()
733 switch (Z_TYPE_P(struc)) { in php_var_serialize_intern()
836 if (Z_TYPE_P(struc) == IS_ARRAY) { in php_var_serialize_intern()
925 Z_TYPE_P(return_value) = IS_STRING; in PHP_FUNCTION()
H A Dfilestat.c440 if (Z_TYPE_P(group) == IS_LONG) { in php_do_chgrp()
443 } else if (Z_TYPE_P(group) == IS_STRING) { in php_do_chgrp()
468 if (Z_TYPE_P(group) == IS_LONG) { in php_do_chgrp()
470 } else if (Z_TYPE_P(group) == IS_STRING) { in php_do_chgrp()
577 if (Z_TYPE_P(user) == IS_LONG) { in php_do_chown()
580 } else if (Z_TYPE_P(user) == IS_STRING) { in php_do_chown()
606 if (Z_TYPE_P(user) == IS_LONG) { in php_do_chown()
608 } else if (Z_TYPE_P(user) == IS_STRING) { in php_do_chown()
H A Dbrowscap.c169 Z_TYPE_P(new_property) = IS_STRING; in php_browscap_parser_cb()
216 Z_TYPE_P(bdata->current_section) = IS_ARRAY; in php_browscap_parser_cb()
227 Z_TYPE_P(processed) = IS_STRING; in php_browscap_parser_cb()
230 Z_TYPE_P(unprocessed) = IS_STRING; in php_browscap_parser_cb()
/PHP-5.4/ext/pgsql/
H A Dpgsql.c968 if (Z_TYPE_P(rsrc) != le_plink) in _rollback_transactions()
1321 if (Z_TYPE_P(le) != le_plink) {
1575 Z_TYPE_P(return_value) = IS_STRING;
2175 Z_TYPE_P(return_value) = IS_LONG;
2498 Z_TYPE_P(return_value) = IS_LONG;
2556 Z_TYPE_P(return_value) = IS_NULL;
2931 Z_TYPE_P(return_value) = IS_LONG;
3106 switch (Z_TYPE_P(oid)) {
3506 switch (Z_TYPE_P(oid)) {
3718 Z_TYPE_P(return_value) = IS_LONG;
[all …]
/PHP-5.4/ext/dba/
H A Ddba.c205 if (Z_TYPE_P(key) == IS_ARRAY) {
600 if (Z_TYPE_P(le) == le_db || Z_TYPE_P(le) == le_pdb) { in php_dba_find()
665 if (Z_TYPE_P(le) != le_pdb) { in php_dba_open()
1056 if (Z_TYPE_P(zkey) == IS_NULL || (Z_TYPE_P(zkey) == IS_BOOL && !Z_LVAL_P(zkey))) { in PHP_FUNCTION()
1245 if (Z_TYPE_P(le) == le_db || Z_TYPE_P(le) == le_pdb) { in PHP_FUNCTION()
/PHP-5.4/ext/filter/
H A Dlogical_filters.c230 Z_TYPE_P(value) = IS_LONG; in php_filter_int()
391 Z_TYPE_P(value) = IS_DOUBLE; in php_filter_float()
399 Z_TYPE_P(value) = IS_DOUBLE; in php_filter_float()
455 if (Z_TYPE_P(value) != IS_STRING || old_len != Z_STRLEN_P(value)) { in php_filter_validate_url()
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_priv.h55 Z_TYPE_P(arg) = IS_ARRAY;\
62 Z_TYPE_P(arg) = IS_ARRAY;\
/PHP-5.4/ext/calendar/
H A Deaster.c120 Z_TYPE_P(return_value) = IS_LONG; in _cal_easter()
/PHP-5.4/ext/pdo_oci/
H A Doci_statement.c240 if (Z_TYPE_P(param->parameter) == IS_OBJECT || Z_TYPE_P(param->parameter) == IS_RESOURCE) { in oci_bind_output_cb()
348 if (Z_TYPE_P(param->parameter) == IS_STRING in oci_stmt_param_hook()
358 } else if (Z_TYPE_P(param->parameter) == IS_STRING in oci_stmt_param_hook()
370 if (Z_TYPE_P(param->parameter) == IS_NULL) { in oci_stmt_param_hook()
410 } else if (Z_TYPE_P(param->parameter) == IS_STRING) { in oci_stmt_param_hook()

Completed in 280 milliseconds

1234567