Home
last modified time | relevance | path

Searched refs:subject (Results 76 – 100 of 124) sorted by relevance

12345

/php-src/ext/openssl/tests/
H A Dcapture_peer_cert_001.phpt40 var_dump(openssl_x509_parse($cert)['subject']['CN']);
H A Dopenssl_x509_parse_basic.phpt23 ["subject"]=>
170 ["subject"]=>
H A Dopenssl_x509_parse_basic_openssl32.phpt23 ["subject"]=>
179 ["subject"]=>
/php-src/ext/spl/tests/
H A Dobserver_002.phpt48 function update(SplSubject $subject): void
50 echo $this->name . '->' . __METHOD__ . '(' . $subject->getName() . ");\n";
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_match_data.c106 match_data->memctl.free((void *)match_data->subject, in pcre2_match_data_free()
/php-src/main/
H A Dbuild-defs.h.in5 | This source file is subject to version 3.01 of the PHP license, |
/php-src/ext/spl/
H A Dspl_observer.stub.php8 public function update(SplSubject $subject): void; argument
H A Dspl_iterators.c1827 zend_string *result, *subject; in PHP_METHOD() local
1845 subject = zval_get_string(&intern->current.key); in PHP_METHOD()
1850 subject = zval_get_string(&intern->current.data); in PHP_METHOD()
1867 …rc = pcre2_match(re, (PCRE2_SPTR)ZSTR_VAL(subject), ZSTR_LEN(subject), 0, 0, match_data, php_pcre_… in PHP_METHOD()
1876 php_pcre_match_impl(intern->u.regex.pce, subject, &zcount, in PHP_METHOD()
1884 …php_pcre_split_impl(intern->u.regex.pce, subject, &intern->current.data, -1, intern->u.regex.preg_… in PHP_METHOD()
1897 …result = php_pcre_replace_impl(intern->u.regex.pce, subject, ZSTR_VAL(subject), ZSTR_LEN(subject),… in PHP_METHOD()
1915 zend_string_release_ex(subject, 0); in PHP_METHOD()
H A Dspl_observer_arginfo.h5 ZEND_ARG_OBJ_INFO(0, subject, SplSubject, 0)
/php-src/ext/date/lib/
H A DLICENSE.rst11 furnished to do so, subject to the following conditions:
/php-src/ext/mbstring/tests/
H A Dmb_send_mail07.phpt32 /* Note: The subject line below, "=?ISO-2022-KR?B?GyQpQw5FVz06Ri4PIEtvcmVhbg==?=",
/php-src/ext/opcache/jit/ir/
H A DLICENSE10 furnished to do so, subject to the following conditions:
/php-src/Zend/asm/
H A DLICENSE8 do so, all subject to the following:
/php-src/.github/
H A DCODEOWNERS1 # The following volunteers have self-identified as subject matter experts
/php-src/ext/phar/
H A Dphar_path_check.re7 | This source file is subject to version 3.01 of the PHP license, |
/php-src/ext/standard/tests/strings/
H A Dstr_replace_variation2.phpt13 $subject = "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE\000
52 $subject
59 var_dump( str_replace($search_str[$i], "FOUND", $subject, $count) );
/php-src/ext/mbstring/
H A Dmbstring.stub.php180 function mb_send_mail(string $to, string $subject, string $message, array|string $additional_header… argument
H A Dmbstring_arginfo.h188 ZEND_ARG_TYPE_INFO(0, subject, IS_STRING, 0)
H A Dphp_mbregex.c708 const char *subject, in mb_regex_substitute() argument
825 smart_str_appendl(pbuf, subject + regs->beg[no], regs->end[no] - regs->beg[no]); in mb_regex_substitute()
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtree.c1387 lxb_tag_id_t subject = token->tag_id; in lxb_html_tree_adoption_agency_algorithm() local
1399 if (lxb_html_tree_node_is(node, subject)) { in lxb_html_tree_adoption_agency_algorithm()
1428 else if (afe_list[idx]->local_name == subject) { in lxb_html_tree_adoption_agency_algorithm()
/php-src/ext/zlib/tests/
H A Ddata.inc40 the same weapons, subject to the same diseases, heal'd by
/php-src/ext/standard/
H A Dbasic_functions.stub.php2544 function str_replace(array|string $search, array|string $replace, string|array $subject, &$count = …
2551 function str_ireplace(array|string $search, array|string $replace, string|array $subject, &$count =…
3127 function mail(string $to, string $subject, string $message, array|string $additional_headers = [], …
3818 function sapi_windows_cp_conv(int|string $in_codepage, int|string $out_codepage, string $subject): …
/php-src/win32/build/
H A Dphpize.js.in5 | This source file is subject to version 3.01 of the PHP license, |
/php-src/ext/ffi/
H A Dffi.g5 | This source file is subject to version 3.01 of the PHP license, |
35 | This source file is subject to version 3.01 of the PHP license, |
/php-src/ext/json/
H A Djson_scanner.re5 | This source file is subject to version 3.01 of the PHP license, |

Completed in 94 milliseconds

12345