Home
last modified time | relevance | path

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

/PHP-8.4/ext/pcntl/
H A Dpcntl.c1797 const char *entryname; in qos_lval_to_zval() local
1801 entryname = "UserInteractive"; in qos_lval_to_zval()
1804 entryname = "UserInitiated"; in qos_lval_to_zval()
1807 entryname = "Utility"; in qos_lval_to_zval()
1810 entryname = "Background"; in qos_lval_to_zval()
1814 entryname = "Default"; in qos_lval_to_zval()
1818 return zend_enum_get_case_cstr(QosClass_ce, entryname); in qos_lval_to_zval()
/PHP-8.4/ext/zip/
H A Dphp_zip.stub.php674 …public function addFile(string $filepath, string $entryname = "", int $start = 0, int $length = Zi… argument
H A Dphp_zip_arginfo.h77 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, entryname, IS_STRING, 0, "\"\"")

Completed in 23 milliseconds