Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dproc_open.c508 zval *ztype; in PHP_FUNCTION() local
548 if ((ztype = zend_hash_index_find(Z_ARRVAL_P(descitem), 0)) != NULL) { in PHP_FUNCTION()
549 convert_to_string_ex(ztype); in PHP_FUNCTION()
555 if (strcmp(Z_STRVAL_P(ztype), "pipe") == 0) { in PHP_FUNCTION()
591 } else if (strcmp(Z_STRVAL_P(ztype), "file") == 0) { in PHP_FUNCTION()
635 } else if (strcmp(Z_STRVAL_P(ztype), "pty") == 0) { in PHP_FUNCTION()
662 php_error_docref(NULL, E_WARNING, "%s is not a valid descriptor spec/mode", Z_STRVAL_P(ztype)); in PHP_FUNCTION()
/PHP-7.3/ext/com_dotnet/
H A Dcom_variant.c100 zend_uchar ztype = IS_NULL; in php_com_variant_from_zval() local
104 ztype = Z_TYPE_P(z); in php_com_variant_from_zval()
107 switch (ztype) { in php_com_variant_from_zval()
/PHP-7.3/ext/soap/
H A Dphp_encoding.c387 zval *ztype, *zdata, *zns, *zstype, *zname, *znamens; in master_to_xml_int() local
391 if ((ztype = zend_hash_str_find_deref(ht, "enc_type", sizeof("enc_type")-1)) == NULL || in master_to_xml_int()
392 Z_TYPE_P(ztype) != IS_LONG) { in master_to_xml_int()
419 enc = get_conversion(Z_LVAL_P(ztype)); in master_to_xml_int()
3525 zval *ztype; in get_array_type() local
3528 Z_TYPE_P(ztype) != IS_LONG) { in get_array_type()
3531 cur_type = Z_LVAL_P(ztype); in get_array_type()
3534 Z_TYPE_P(ztype) == IS_STRING) { in get_array_type()
3535 cur_stype = Z_STRVAL_P(ztype); in get_array_type()
3541 Z_TYPE_P(ztype) == IS_STRING) { in get_array_type()
[all …]

Completed in 27 milliseconds