Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dproc_open.c632 zval *ztype; in PHP_FUNCTION() local
672 if ((ztype = zend_hash_index_find(Z_ARRVAL_P(descitem), 0)) != NULL) { in PHP_FUNCTION()
673 if (!try_convert_to_string(ztype)) { in PHP_FUNCTION()
681 if (strcmp(Z_STRVAL_P(ztype), "pipe") == 0) { in PHP_FUNCTION()
719 } else if (strcmp(Z_STRVAL_P(ztype), "file") == 0) { in PHP_FUNCTION()
767 } else if (strcmp(Z_STRVAL_P(ztype), "redirect") == 0) { in PHP_FUNCTION()
827 } else if (strcmp(Z_STRVAL_P(ztype), "null") == 0) { in PHP_FUNCTION()
845 } else if (strcmp(Z_STRVAL_P(ztype), "pty") == 0) { in PHP_FUNCTION()
872 php_error_docref(NULL, E_WARNING, "%s is not a valid descriptor spec/mode", Z_STRVAL_P(ztype)); in PHP_FUNCTION()
/PHP-7.4/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.4/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()
3497 zval *ztype; in get_array_type() local
3500 Z_TYPE_P(ztype) != IS_LONG) { in get_array_type()
3503 cur_type = Z_LVAL_P(ztype); in get_array_type()
3506 Z_TYPE_P(ztype) == IS_STRING) { in get_array_type()
3507 cur_stype = Z_STRVAL_P(ztype); in get_array_type()
3513 Z_TYPE_P(ztype) == IS_STRING) { in get_array_type()
[all …]
/PHP-7.4/ext/ffi/
H A Dffi.c3623 zval *ztype = NULL; in ZEND_METHOD() local
3637 Z_PARAM_OBJECT_OF_CLASS(ztype, zend_ffi_ctype_ce) in ZEND_METHOD()
3703 zend_ffi_ctype *ctype = (zend_ffi_ctype*)Z_OBJ_P(ztype); in ZEND_METHOD()
3780 zval *ztype = NULL; in ZEND_METHOD() local
3792 Z_PARAM_OBJECT_OF_CLASS(ztype, zend_ffi_ctype_ce) in ZEND_METHOD()
3851 zend_ffi_ctype *ctype = (zend_ffi_ctype*)Z_OBJ_P(ztype); in ZEND_METHOD()
4055 zval *ztype; in ZEND_METHOD() local
4063 Z_PARAM_OBJECT_OF_CLASS(ztype, zend_ffi_ctype_ce) in ZEND_METHOD()
4067 ctype = (zend_ffi_ctype*)Z_OBJ_P(ztype); in ZEND_METHOD()

Completed in 39 milliseconds