Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dproc_open.c867 zend_string *ztype = get_string_parameter(descitem, 0, "handle qualifier"); in set_proc_descriptor_from_array() local
868 if (!ztype) { in set_proc_descriptor_from_array()
874 if (zend_string_equals_literal(ztype, "pipe")) { in set_proc_descriptor_from_array()
881 } else if (zend_string_equals_literal(ztype, "socket")) { in set_proc_descriptor_from_array()
884 } else if (zend_string_equals_literal(ztype, "file")) { in set_proc_descriptor_from_array()
893 } else if (zend_string_equals_literal(ztype, "redirect")) { in set_proc_descriptor_from_array()
907 } else if (zend_string_equals_literal(ztype, "null")) { in set_proc_descriptor_from_array()
910 } else if (zend_string_equals_literal(ztype, "pty")) { in set_proc_descriptor_from_array()
914 php_error_docref(NULL, E_WARNING, "%s is not a valid descriptor spec/mode", ZSTR_VAL(ztype)); in set_proc_descriptor_from_array()
921 zend_string_release(ztype); in set_proc_descriptor_from_array()
/PHP-8.0/ext/com_dotnet/
H A Dcom_variant.c98 zend_uchar ztype = IS_NULL; in php_com_variant_from_zval() local
102 ztype = Z_TYPE_P(z); in php_com_variant_from_zval()
105 switch (ztype) { in php_com_variant_from_zval()
/PHP-8.0/ext/soap/
H A Dphp_encoding.c385 zval *ztype, *zdata, *zns, *zstype, *zname, *znamens; in master_to_xml_int() local
389 if ((ztype = zend_hash_str_find_deref(ht, "enc_type", sizeof("enc_type")-1)) == NULL || in master_to_xml_int()
390 Z_TYPE_P(ztype) != IS_LONG) { in master_to_xml_int()
417 enc = get_conversion(Z_LVAL_P(ztype)); in master_to_xml_int()
3495 zval *ztype; in get_array_type() local
3498 Z_TYPE_P(ztype) != IS_LONG) { in get_array_type()
3501 cur_type = Z_LVAL_P(ztype); in get_array_type()
3504 Z_TYPE_P(ztype) == IS_STRING) { in get_array_type()
3505 cur_stype = Z_STRVAL_P(ztype); in get_array_type()
3511 Z_TYPE_P(ztype) == IS_STRING) { in get_array_type()
[all …]
/PHP-8.0/ext/ffi/
H A Dffi.c3796 zend_object *ztype = NULL; in ZEND_METHOD() local
3805 Z_PARAM_OBJ_OF_CLASS_OR_STR(ztype, zend_ffi_ctype_ce, type_def) in ZEND_METHOD()
3863 zend_ffi_ctype *ctype = (zend_ffi_ctype*) ztype; in ZEND_METHOD()
4072 zval *ztype; in ZEND_METHOD() local
4080 Z_PARAM_OBJECT_OF_CLASS(ztype, zend_ffi_ctype_ce) in ZEND_METHOD()
4084 ctype = (zend_ffi_ctype*)Z_OBJ_P(ztype); in ZEND_METHOD()

Completed in 49 milliseconds