Home
last modified time | relevance | path

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

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

Completed in 8 milliseconds