Home
last modified time | relevance | path

Searched refs:did (Results 1 – 25 of 145) sorted by path

123456

/PHP-7.4/
H A DCONTRIBUTING.md317 4. If you "strongly disagree" about something another person did, don't start
421 | If you did not receive a copy of the PHP license and are unable to |
H A DUPGRADING36 was a simple (CV) variable and did not occur as part of the list().
441 in the documentation since PHP 7.1, but did not throw a deprecation notice
459 still be computed as if the invalid characters did not exist. Leading and
/PHP-7.4/Zend/tests/
H A D019.phpt133 // dump the array to see that that array did not get modified
/PHP-7.4/Zend/tests/return_types/
H A Dvoid_disallowed1.phpt12 Fatal error: A void function must not return a value (did you mean "return;" instead of "return nul…
/PHP-7.4/Zend/tests/type_declarations/
H A Dnullable_typed_return_without_value.phpt14 Fatal error: A function with return type must return a value (did you mean "return null;" instead o…
H A Dtyped_properties_076.phpt26 echo "Invalid assignment $prop1 =& $prop2 did not error\n";
31 echo "Invalid assignment $prop2 =& $prop1 did not error\n";
/PHP-7.4/build/
H A Dltmain.sh3619 $echo "*** because a test_compile did reveal that the linker did not use it for"
3659 $echo "*** because a test_compile did reveal that the linker did not use this one"
3732 $echo "*** because I did check the linker path looking for a file starting"
3784 $echo "*** because I did check the linker path looking for a file starting"
/PHP-7.4/ext/date/tests/
H A Dbug35456.phpt2 Bug #35456 (+ 1 [time unit] format did not work)
/PHP-7.4/ext/dba/tests/
H A Ddba_db4_003.phpt23 echo "File did not get created\n";
H A Ddba_db4_004.phpt25 echo "File did not get created\n";
H A Ddba_db4_007.phpt23 echo "File did not get created\n";
H A Ddba_db4_008.phpt25 echo "File did not get created\n";
H A Ddba_db4_016.phpt23 echo "File did not get created\n";
39 echo "File did not get created\n";
H A Ddba_db4_017.phpt22 echo "File did not get created\n";
/PHP-7.4/ext/ffi/
H A Dffi.g11 | If you did not receive a copy of the PHP license and are unable to |
43 | If you did not receive a copy of the PHP license and are unable to |
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1981 int ret, did = 0;
1993 #define COMMA (did++ ? ", " : "")
/PHP-7.4/ext/fileinfo/libmagic/
H A Dfsmagic.c92 int ret, did = 0; in file_fsmagic() local
99 #define COMMA (did++ ? ", " : "") in file_fsmagic()
245 if (!silent && !mime && did && ret == 0) { in file_fsmagic()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic27174 # ncurses5 (and before) did not use a magic number, making screen dumps "data".
H A Dmagic私はガラスを食べられます27174 # ncurses5 (and before) did not use a magic number, making screen dumps "data".
/PHP-7.4/ext/json/
H A Djson_scanner.re11 | If you did not receive a copy of the PHP license and are unable to |
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_connect.phpt144 printf("[024] Usage of mysqli.default_host=p: did not fail\n") ;
H A Dmysqli_fetch_object.phpt106 Also, I did not ask to get exceptions using the mysqli_options()
H A Dmysqli_get_client_stats.phpt133 // This is not a mistake that I use string(1) "1" here! Andrey did not go for int to avoid any
H A Dmysqli_last_insert_id.phpt66 printf("[009] The INSERT did not fail as planned, [%d] %s\n", $link->errno, $link->error);
H A Dmysqli_real_connect.phpt164 printf("[025] Usage of mysqli.default_host=p: did not fail\n") ;

Completed in 134 milliseconds

123456