Home
last modified time | relevance | path

Searched refs:subject (Results 1 – 25 of 124) sorted by path

12345

/php-src/.github/
H A DCODEOWNERS1 # The following volunteers have self-identified as subject matter experts
/php-src/
H A DCONTRIBUTING.md441 | This source file is subject to version 3.01 of the PHP license, |
H A DREADME.REDIST.BINS312 freely, subject to the following restrictions:
H A DUPGRADING379 instead of subject DN which was incorrectly done previously.
H A Dconfigure.ac1803 | This software is subject to the PHP License, available in this |
/php-src/Zend/asm/
H A DLICENSE8 do so, all subject to the following:
/php-src/Zend/tests/match/
H A D047.phpt2 Match expression inside subject expression
/php-src/Zend/tests/use_function/
H A Dconditional_function_declaration.phpt2 function that is conditionally defined is subject to symbol use checks
/php-src/Zend/
H A Dzend_compile.c4501 znode subject, needle; in zend_compile_func_array_key_exists() local
4508 zend_compile_expr(&subject, args->child[1]); in zend_compile_func_array_key_exists()
4510 zend_emit_op_tmp(result, ZEND_ARRAY_KEY_EXISTS, &needle, &subject); in zend_compile_func_array_key_exists()
H A Dzend_execute.c3060 zval *subject, zval *key OPLINE_DC EXECUTE_DATA_DC) in zend_array_key_exists_error() argument
3065 if (Z_TYPE_P(subject) == IS_UNDEF) { in zend_array_key_exists_error()
3070 zend_zval_value_name(subject)); in zend_array_key_exists_error()
H A Dzend_vm_def.h7511 zval *key, *subject; variable
7518 subject = GET_OP2_ZVAL_PTR_UNDEF(BP_VAR_R);
7520 if (EXPECTED(Z_TYPE_P(subject) == IS_ARRAY)) {
7522 ht = Z_ARRVAL_P(subject);
7525 if ((OP2_TYPE & (IS_VAR|IS_CV)) && EXPECTED(Z_ISREF_P(subject))) {
7526 subject = Z_REFVAL_P(subject);
7527 if (EXPECTED(Z_TYPE_P(subject) == IS_ARRAY)) {
7531 zend_array_key_exists_error(subject, key OPLINE_CC EXECUTE_DATA_CC);
H A Dzend_vm_execute.h7686 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CONST_HANDLER() local
7701 subject = Z_REFVAL_P(subject); in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CONST_HANDLER()
10017 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_TMPVAR_HANDLER() local
10032 subject = Z_REFVAL_P(subject); in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_TMPVAR_HANDLER()
12418 subject = Z_REFVAL_P(subject); in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CV_HANDLER()
16539 subject = Z_REFVAL_P(subject); in ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_CONST_HANDLER()
17956 subject = Z_REFVAL_P(subject); in ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_TMPVAR_HANDLER()
19316 subject = Z_REFVAL_P(subject); in ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_CV_HANDLER()
44273 subject = Z_REFVAL_P(subject); in ZEND_ARRAY_KEY_EXISTS_SPEC_CV_CONST_HANDLER()
47915 subject = Z_REFVAL_P(subject); in ZEND_ARRAY_KEY_EXISTS_SPEC_CV_TMPVAR_HANDLER()
[all …]
/php-src/ext/bcmath/libbcmath/
H A DLICENSE372 subject to these terms and conditions. You may not impose any further
/php-src/ext/curl/tests/
H A Dcurl_setopt_ssl.phpt29 echo "client cert subject not in response\n";
31 echo "client cert subject in response\n";
190 client cert subject in response
197 client cert subject not in response
205 client cert subject not in response
213 client cert subject in response
222 client cert subject in response
231 client cert subject in response
240 client cert subject not in response
/php-src/ext/date/lib/
H A DLICENSE.rst11 furnished to do so, subject to the following conditions:
H A Dparse_date.re12 * furnished to do so, subject to the following conditions:
H A Dparse_iso_intervals.re11 * furnished to do so, subject to the following conditions:
/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/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/hash/tests/
H A Dsha3.phpt17 foreach ($subjects as $subject) {
18 echo '== ', urlencode($subject), " ==\n";
20 echo $bits, ': ', hash("sha3-$bits", $subject), "\n";
/php-src/ext/iconv/tests/
H A Dbug53891.phpt14 var_dump(iconv_mime_encode('subject', "d obeybiubrsfqllpdtpge…", $preferences));
17 string(54) "subject: =?utf-8?Q?d=20obeybiubrsfqllpdtpge=E2=80=A6?="
H A Dgh7980.phpt7 $subject = '=?windows-1258?Q?DSI_Charg=E9_de_Formation_Jean_Dupont?= <jdupont@example.fr>';
8 var_dump(iconv_mime_decode($subject, ICONV_MIME_DECODE_STRICT, 'UTF-8'));
/php-src/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.c33 ResourceBundle_object *rb = iterator->subject; in resourcebundle_iterator_read()
163 iterator->subject = rb; in resourcebundle_get_iterator()
H A Dresourcebundle_iterator.h24 ResourceBundle_object *subject; member
/php-src/ext/json/
H A Djson_scanner.re5 | This source file is subject to version 3.01 of the PHP license, |

Completed in 256 milliseconds

12345