Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dproc_open.c517 zval *ztype; in PHP_FUNCTION() local
557 if ((ztype = zend_hash_index_find(Z_ARRVAL_P(descitem), 0)) != NULL) { in PHP_FUNCTION()
558 convert_to_string_ex(ztype); in PHP_FUNCTION()
564 if (strcmp(Z_STRVAL_P(ztype), "pipe") == 0) { in PHP_FUNCTION()
600 } else if (strcmp(Z_STRVAL_P(ztype), "file") == 0) { in PHP_FUNCTION()
644 } else if (strcmp(Z_STRVAL_P(ztype), "pty") == 0) { in PHP_FUNCTION()
671 php_error_docref(NULL, E_WARNING, "%s is not a valid descriptor spec/mode", Z_STRVAL_P(ztype)); in PHP_FUNCTION()
/PHP-7.0/ext/com_dotnet/
H A Dcom_variant.c103 zend_uchar ztype = IS_NULL; in php_com_variant_from_zval() local
107 ztype = Z_TYPE_P(z); in php_com_variant_from_zval()
110 switch (ztype) { in php_com_variant_from_zval()
/PHP-7.0/ext/soap/
H A Dphp_encoding.c401 zval *ztype, *zdata, *zns, *zstype, *zname, *znamens; in master_to_xml_int() local
405 if ((ztype = soap_hash_str_find_deref(ht, "enc_type", sizeof("enc_type")-1)) == NULL || in master_to_xml_int()
406 Z_TYPE_P(ztype) != IS_LONG) { in master_to_xml_int()
433 enc = get_conversion(Z_LVAL_P(ztype)); in master_to_xml_int()
3537 zval *ztype; in get_array_type() local
3540 Z_TYPE_P(ztype) != IS_LONG) { in get_array_type()
3543 cur_type = Z_LVAL_P(ztype); in get_array_type()
3546 Z_TYPE_P(ztype) == IS_STRING) { in get_array_type()
3547 cur_stype = Z_STRVAL_P(ztype); in get_array_type()
3553 Z_TYPE_P(ztype) == IS_STRING) { in get_array_type()
[all …]

Completed in 28 milliseconds