Home
last modified time | relevance | path

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

/PHP-8.1/ext/reflection/tests/
H A D001.phpt58 $miss = array();
66 $miss[] = $m;
70 var_dump($miss);
/PHP-8.1/Zend/tests/
H A Dbug79668.phpt2 Bug #79668 (get_defined_functions(true) may miss functions)
/PHP-8.1/sapi/fpm/tests/
H A Dbug76601-reload-child-signals.phpt32 * If a child miss SIGQUIT then reload process should stuck
/PHP-8.1/ext/pspell/
H A Dpspell.c452 zend_string *miss, *corr; in PHP_FUNCTION() local
455 if (zend_parse_parameters(ZEND_NUM_ARGS(), "OSS", &zmgr, php_pspell_ce, &miss, &corr) == FAILURE) { in PHP_FUNCTION()
460 pspell_manager_store_replacement(manager, ZSTR_VAL(miss), ZSTR_VAL(corr)); in PHP_FUNCTION()

Completed in 11 milliseconds