Home
last modified time | relevance | path

Searched refs:start (Results 426 – 431 of 431) sorted by path

1...<<1112131415161718

/PHP-8.0/tests/lang/
H A DforeachLoop.012.phpt42 echo "\n\n\nShift elements off start of an unreferenced array";
63 echo "\n\n\nAdding elements to the start of an unreferenced array";
141 Shift elements off start of an unreferenced array
388 Adding elements to the start of an unreferenced array
H A DforeachLoop.013.phpt42 echo "\n\n\nShift elements off start of an unreferenced array, using &\$value.";
63 echo "\n\n\nAdding elements to the start of an unreferenced array, using &\$value.";
145 Shift elements off start of an unreferenced array, using &$value.
438 Adding elements to the start of an unreferenced array, using &$value.
H A DforeachLoop.014.phpt44 echo "\n\n\nShift elements off start of a referenced array";
65 echo "\n\n\nAdding elements to the start of a referenced array";
143 Shift elements off start of a referenced array
390 Adding elements to the start of a referenced array
H A DforeachLoop.015.phpt44 echo "\n\n\nShift elements off start of a referenced array, using &\$value";
65 echo "\n\n\nAdding elements to the start of a referenced array, using &\$value";
147 Shift elements off start of a referenced array, using &$value
440 Adding elements to the start of a referenced array, using &$value
/PHP-8.0/win32/
H A Dcodepage.c352 char *start = cp->enc, *idx; in php_win32_cp_get_by_enc() local
354 idx = strpbrk(start, "|"); in php_win32_cp_get_by_enc()
357 if (0 == zend_binary_strcasecmp(enc, enc_len, start, idx - start)) { in php_win32_cp_get_by_enc()
360 start = idx + 1; in php_win32_cp_get_by_enc()
361 idx = strpbrk(start, "|"); in php_win32_cp_get_by_enc()
364 if (0 == zend_binary_strcasecmp(enc, enc_len, start, strlen(start))) { in php_win32_cp_get_by_enc()
H A Dioutil.c523 char *ret = NULL, *start; in php_win32_ioutil_dirname() local
531 start = path; in php_win32_ioutil_dirname()
592 memmove(start, ret, ret_len+1); in php_win32_ioutil_dirname()
593 assert(start[ret_len] == '\0'); in php_win32_ioutil_dirname()

Completed in 27 milliseconds

1...<<1112131415161718