Home
last modified time | relevance | path

Searched refs:ztype (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/standard/
H A Dproc_open.c544 zval **ztype; in PHP_FUNCTION() local
587 if (zend_hash_index_find(Z_ARRVAL_PP(descitem), 0, (void **)&ztype) == SUCCESS) { in PHP_FUNCTION()
588 convert_to_string_ex(ztype); in PHP_FUNCTION()
594 if (strcmp(Z_STRVAL_PP(ztype), "pipe") == 0) { in PHP_FUNCTION()
630 } else if (strcmp(Z_STRVAL_PP(ztype), "file") == 0) { in PHP_FUNCTION()
674 } else if (strcmp(Z_STRVAL_PP(ztype), "pty") == 0) { in PHP_FUNCTION()
701 …or_docref(NULL TSRMLS_CC, E_WARNING, "%s is not a valid descriptor spec/mode", Z_STRVAL_PP(ztype)); in PHP_FUNCTION()
/PHP-5.5/ext/soap/
H A Dphp_encoding.c403 zval **ztype, **zdata, **zns, **zstype, **zname, **znamens; in master_to_xml_int() local
407 if (zend_hash_find(ht, "enc_type", sizeof("enc_type"), (void **)&ztype) == FAILURE || in master_to_xml_int()
408 Z_TYPE_PP(ztype) != IS_LONG) { in master_to_xml_int()
438 enc = get_conversion(Z_LVAL_P(*ztype)); in master_to_xml_int()
3648 zval **ztype; in get_array_type() local
3651 Z_TYPE_PP(ztype) != IS_LONG) { in get_array_type()
3654 cur_type = Z_LVAL_PP(ztype); in get_array_type()
3657 Z_TYPE_PP(ztype) == IS_STRING) { in get_array_type()
3658 cur_stype = Z_STRVAL_PP(ztype); in get_array_type()
3664 Z_TYPE_PP(ztype) == IS_STRING) { in get_array_type()
[all …]
/PHP-5.5/ext/com_dotnet/
H A Dcom_variant.c105 zend_uchar ztype = (z == NULL ? IS_NULL : Z_TYPE_P(z)); in php_com_variant_from_zval() local
107 switch (ztype) { in php_com_variant_from_zval()

Completed in 20 milliseconds