Home
last modified time | relevance | path

Searched refs:substr (Results 776 – 794 of 794) sorted by relevance

1...<<3132

/php-src/build/
H A Dgen_stub.php620 … $simpleTypeName = trim(substr($typeString, $simpleTypeOffset, $i - $simpleTypeOffset));
961 $name = substr($name, $pos + 1);
4078 $commentText = substr($comment->getText(), 2, -2);
H A Dlibtool.m45324 … awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != "."…
5326 … awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != "."…
5657 … awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != "."…
5659 … awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != "."…
H A Dphp.m41465 define([phpshift],[ifelse(index([$@],[,]),-1,,[substr([$@],incr(index([$@],[,])))])])
/php-src/ext/standard/tests/file/
H A Dtempnam_variation4-0.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A Dtempnam_variation4-1.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A Dis_executable_basic-win32-mb.phpt5 if (substr(PHP_OS, 0, 3) != 'WIN') {
H A Dis_executable_basic-win32.phpt5 if (substr(PHP_OS, 0, 3) != 'WIN') {
H A Dis_executable_basic.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A Dis_readable_basic-win32-mb.phpt5 if (substr(PHP_OS, 0, 3) != 'WIN') {
H A Dis_readable_basic-win32.phpt5 if (substr(PHP_OS, 0, 3) != 'WIN') {
H A Dis_readable_basic.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A Dunlink_variation5.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A Dmkdir_rmdir_variation-win32-mb.phpt5 if (substr(PHP_OS, 0, 3) != 'WIN') {
H A Dmkdir_rmdir_variation-win32.phpt5 if (substr(PHP_OS, 0, 3) != 'WIN') {
H A Dmkdir_rmdir_variation1.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') {
/php-src/ext/standard/
H A Dstring.c2306 PHP_FUNCTION(substr) argument
2323 ZEND_FRAMELESS_FUNCTION(substr, 2)
2338 ZEND_FRAMELESS_FUNCTION(substr, 3)
H A Dbasic_functions.stub.php2465 function substr(string $string, int $offset, ?int $length = null): string {}
/php-src/ext/standard/tests/array/
H A Dbug34066.phpt250 print substr($prefix, 0, -1) . "\n";
/php-src/ext/mbstring/tests/
H A Dutf_encodings.phpt1099 $corrupted = substr($encoded, 0, 2) . chr(ord($encoded[2]) + 1);

Completed in 92 milliseconds

1...<<3132