Searched refs:ztype (Results 1 – 2 of 2) sorted by relevance
/PHP-5.3/ext/standard/ |
H A D | proc_open.c | 586 zval **ztype; in PHP_FUNCTION() local 629 if (zend_hash_index_find(Z_ARRVAL_PP(descitem), 0, (void **)&ztype) == SUCCESS) { in PHP_FUNCTION() 630 convert_to_string_ex(ztype); in PHP_FUNCTION() 636 if (strcmp(Z_STRVAL_PP(ztype), "pipe") == 0) { in PHP_FUNCTION() 672 } else if (strcmp(Z_STRVAL_PP(ztype), "file") == 0) { in PHP_FUNCTION() 716 } else if (strcmp(Z_STRVAL_PP(ztype), "pty") == 0) { in PHP_FUNCTION() 743 …or_docref(NULL TSRMLS_CC, E_WARNING, "%s is not a valid descriptor spec/mode", Z_STRVAL_PP(ztype)); in PHP_FUNCTION()
|
/PHP-5.3/ext/soap/ |
H A D | php_encoding.c | 404 zval **ztype, **zdata, **zns, **zstype, **zname, **znamens; in master_to_xml_int() local 408 if (zend_hash_find(ht, "enc_type", sizeof("enc_type"), (void **)&ztype) == FAILURE) { in master_to_xml_int() 436 enc = get_conversion(Z_LVAL_P(*ztype)); in master_to_xml_int() 3673 zval **ztype; in get_array_type() local 3675 …if (zend_hash_find(Z_OBJPROP_PP(tmp), "enc_type", sizeof("enc_type"), (void **)&ztype) == FAILURE)… in get_array_type() 3678 cur_type = Z_LVAL_PP(ztype); in get_array_type() 3680 …if (zend_hash_find(Z_OBJPROP_PP(tmp), "enc_stype", sizeof("enc_stype"), (void **)&ztype) == SUCCES… in get_array_type() 3681 cur_stype = Z_STRVAL_PP(ztype); in get_array_type() 3686 if (zend_hash_find(Z_OBJPROP_PP(tmp), "enc_ns", sizeof("enc_ns"), (void **)&ztype) == SUCCESS) { in get_array_type() 3687 cur_ns = Z_STRVAL_PP(ztype); in get_array_type()
|
Completed in 15 milliseconds