Home
last modified time | relevance | path

Searched refs:needle (Results 126 – 131 of 131) sorted by relevance

123456

/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc395 * Run until needle is found in the log.
397 * @param string $needle
402 public function runTill(string $needle, $max = 10)
411 if (preg_match($needle, $line) === 1) {
/PHP-7.4/ext/intl/
H A Dphp_intl.c218 ZEND_ARG_INFO(0, needle)
230 ZEND_ARG_INFO(0, needle)
/PHP-7.4/ext/standard/
H A Dbasic_functions.c308 ZEND_ARG_INFO(0, needle)
314 ZEND_ARG_INFO(0, needle)
2233 ZEND_ARG_INFO(0, needle)
2239 ZEND_ARG_INFO(0, needle)
2245 ZEND_ARG_INFO(0, needle)
2251 ZEND_ARG_INFO(0, needle)
2257 ZEND_ARG_INFO(0, needle)
2263 ZEND_ARG_INFO(0, needle)
2269 ZEND_ARG_INFO(0, needle)
2425 ZEND_ARG_INFO(0, needle)
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c299 http_response_status_code_pair needle = {code, NULL}, in get_status_string() local
302 result = bsearch(&needle, http_status_map, http_status_map_len, sizeof(needle), status_comp); in get_status_string()
/PHP-7.4/ext/iconv/
H A Diconv.c75 ZEND_ARG_INFO(0, needle)
82 ZEND_ARG_INFO(0, needle)
/PHP-7.4/Zend/
H A Dzend_compile.c3706 znode subject, needle; in zend_compile_func_array_key_exists() local
3712 zend_compile_expr(&needle, args->child[0]); in zend_compile_func_array_key_exists()
3715 zend_emit_op_tmp(result, ZEND_ARRAY_KEY_EXISTS, &needle, &subject); in zend_compile_func_array_key_exists()

Completed in 90 milliseconds

123456