Searched refs:ztype (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/standard/ |
H A D | proc_open.c | 981 zend_string *ztype = get_string_parameter(descitem, 0, "handle qualifier"); in set_proc_descriptor_from_array() local 982 if (!ztype) { in set_proc_descriptor_from_array() 989 if (zend_string_equals_literal(ztype, "pipe")) { in set_proc_descriptor_from_array() 996 } else if (zend_string_equals_literal(ztype, "socket")) { in set_proc_descriptor_from_array() 999 } else if (zend_string_equals(ztype, ZSTR_KNOWN(ZEND_STR_FILE))) { in set_proc_descriptor_from_array() 1008 } else if (zend_string_equals_literal(ztype, "redirect")) { in set_proc_descriptor_from_array() 1022 } else if (zend_string_equals(ztype, ZSTR_KNOWN(ZEND_STR_NULL_LOWERCASE))) { in set_proc_descriptor_from_array() 1025 } else if (zend_string_equals_literal(ztype, "pty")) { in set_proc_descriptor_from_array() 1029 php_error_docref(NULL, E_WARNING, "%s is not a valid descriptor spec/mode", ZSTR_VAL(ztype)); in set_proc_descriptor_from_array() 1036 zend_string_release(ztype); in set_proc_descriptor_from_array()
|
/PHP-8.3/ext/com_dotnet/ |
H A D | com_variant.c | 99 uint8_t ztype = IS_NULL; in php_com_variant_from_zval_ex() local 103 ztype = Z_TYPE_P(z); in php_com_variant_from_zval_ex() 106 switch (ztype) { in php_com_variant_from_zval_ex()
|
/PHP-8.3/ext/soap/ |
H A D | php_encoding.c | 386 zval *ztype = Z_VAR_ENC_TYPE_P(data); in master_to_xml_int() local 387 if (Z_TYPE_P(ztype) != IS_LONG) { in master_to_xml_int() 414 enc = get_conversion(Z_LVAL_P(ztype)); in master_to_xml_int() 3568 zval *ztype = Z_VAR_ENC_TYPE_P(tmp); in get_array_type() local 3569 if (Z_TYPE_P(ztype) != IS_LONG) { in get_array_type() 3572 cur_type = Z_LVAL_P(ztype); in get_array_type()
|
/PHP-8.3/ext/ffi/ |
H A D | ffi.c | 3922 zend_object *ztype = NULL; in ZEND_METHOD() local 3932 Z_PARAM_OBJ_OF_CLASS_OR_STR(ztype, zend_ffi_ctype_ce, type_def) in ZEND_METHOD() 3995 zend_ffi_ctype *ctype = (zend_ffi_ctype*) ztype; in ZEND_METHOD() 4210 zval *ztype; in ZEND_METHOD() local 4218 Z_PARAM_OBJECT_OF_CLASS(ztype, zend_ffi_ctype_ce) in ZEND_METHOD() 4222 ctype = (zend_ffi_ctype*)Z_OBJ_P(ztype); in ZEND_METHOD()
|
Completed in 36 milliseconds