/PHP-7.0/ext/mysqli/tests/ |
H A D | mysqli_stmt_execute_stored_proc_next_result.phpt | 24 if (!mysqli_query($link, 'DROP PROCEDURE IF EXISTS p')) 27 …if (mysqli_real_query($link, 'CREATE PROCEDURE p(IN ver_in VARCHAR(25)) BEGIN SELECT ver_in AS _ve… 29 if (!$stmt = mysqli_prepare($link, 'CALL p(?)')) 64 if (!mysqli_query($link, 'DROP PROCEDURE IF EXISTS p')) 67 …if (mysqli_real_query($link, 'CREATE PROCEDURE p(IN ver_in VARCHAR(25)) BEGIN SELECT ver_in AS _ve… 69 if (!$stmt = mysqli_prepare($link, 'CALL p(?)')) 122 @mysqli_query($link, 'DROP PROCEDURE IF EXISTS p');
|
H A D | mysqli_stmt_execute_stored_proc_out.phpt | 29 if (!mysqli_query($link, 'DROP PROCEDURE IF EXISTS p')) 32 …if (mysqli_real_query($link, 'CREATE PROCEDURE p(IN ver_in VARCHAR(25), OUT ver_out VARCHAR(25)) B… 33 if (!$stmt = mysqli_prepare($link, 'CALL p(?, ?)')) 72 @mysqli_query($link, 'DROP PROCEDURE IF EXISTS p');
|
/PHP-7.0/ext/ctype/ |
H A D | ctype.c | 162 char *p = Z_STRVAL(tmp), *e = Z_STRVAL(tmp) + Z_STRLEN(tmp); \ 163 if (e == p) { \ 167 while (p < e) { \ 168 if(!iswhat((int)*(unsigned char *)(p++))) { \
|
/PHP-7.0/tests/lang/ |
H A D | bug43958.phpt | 7 static public function loadCode($p) { 8 return include $p;
|
/PHP-7.0/ext/standard/tests/strings/ |
H A D | explode_variation4.phpt | 13 $pizza = "piece1 piece2 piece3 piece4 piece5 piece6 p"; 14 $pieces = explode(" p", $pizza);
|
H A D | strip_tags_variation5.phpt | 31 <p>13 < 25</p> 46 <p>string</p> 1111\t <b>0000\t = 0000\n</b>
|
/PHP-7.0/sapi/apache2handler/ |
H A D | apache_config.c | 147 void *merge_php_config(apr_pool_t *p, void *base_conf, void *new_conf) in merge_php_config() argument 151 n = create_php_config(p, "merge_php_config"); in merge_php_config() 211 void *create_php_config(apr_pool_t *p, char *dummy) in create_php_config() argument 213 php_conf_rec *newx = (php_conf_rec *) apr_pcalloc(p, sizeof(*newx)); in create_php_config() 217 apr_pool_cleanup_register(p, newx, destroy_php_config, apr_pool_cleanup_null); in create_php_config()
|
/PHP-7.0/ext/opcache/ |
H A D | shared_alloc_shm.c | 113 shared_segments[i].common.p = shmat(shared_segments[i].shm_id, NULL, 0); in create_segments() 114 if (shared_segments[i].common.p == (void *)-1) { in create_segments() 130 shmdt(shared_segment->common.p); in detach_segment()
|
/PHP-7.0/ext/intl/tests/ |
H A D | breakiter___construct_error.phpt | 16 var_dump(new IntlRuleBasedBreakIterator('[\p{Letter}\uFFFD]+;[:number:]+')); 31 var_dump(new IntlRuleBasedBreakIterator('[\p{Letter}\uFFFD]+;[:number:]+;', array())); 36 var_dump(new IntlRuleBasedBreakIterator('[\p{Letter}\uFFFD]+;[:number:]+;', true));
|
H A D | msgfmt_millisecond_dates.phpt | 18 $p = 'On 2012-05-06 AD at 15:22:49.123 GMT+02:00 something odd happened'; 19 var_dump($mf->parse($p));
|
/PHP-7.0/ext/pdo_mysql/tests/ |
H A D | bug_41997.phpt | 27 $db->exec('DROP PROCEDURE IF EXISTS p'); 28 $db->exec('CREATE PROCEDURE p() BEGIN SELECT 1 AS "one"; END'); 30 $stmt = $db->query("CALL p()");
|
/PHP-7.0/ext/gd/tests/ |
H A D | createfromstring.phpt | 35 imagepng($im, $dir . '/p.png'); 37 $im_string = file_get_contents(dirname(__FILE__) . '/p.png'); 50 unlink($dir . '/p.png');
|
/PHP-7.0/ext/spl/ |
H A D | spl_observer.c | 762 if (*p!= 'x' || *++p != ':') { in SPL_METHOD() 765 ++p; in SPL_METHOD() 772 --p; /* for ';' */ in SPL_METHOD() 782 if (*p != ';') { in SPL_METHOD() 785 ++p; in SPL_METHOD() 786 if(*p != 'O' && *p != 'C' && *p != 'r') { in SPL_METHOD() 794 ++p; in SPL_METHOD() 831 if (*p != ';') { in SPL_METHOD() 834 ++p; in SPL_METHOD() 837 if (*p!= 'm' || *++p != ':') { in SPL_METHOD() [all …]
|
/PHP-7.0/ext/mysqli/ |
H A D | mysqli_mysqlnd.h | 44 #define mysqli_change_user_silent(c, u, p, d, p_len) mysqlnd_change_user_ex((c), (u), (p), (d), T… argument
|
/PHP-7.0/Zend/tests/multibyte/ |
H A D | multibyte_encoding_006.phpt | 15 ��<?php
|
/PHP-7.0/main/streams/ |
H A D | transports.c | 62 const char *p, *protocol = NULL; in _php_stream_xport_create() local 95 for (p = name; isalnum((int)*p) || *p == '+' || *p == '-' || *p == '.'; p++) { in _php_stream_xport_create() 99 if ((*p == ':') && (n > 1) && !strncmp("://", p, 3)) { in _php_stream_xport_create() 101 name = p + 3; in _php_stream_xport_create()
|
/PHP-7.0/ext/soap/tests/bugs/ |
H A D | bug37013.phpt | 41 $p = new ThingWithParent( 1, null ); 42 $p2 = new ThingWithParent( 2, $p ); 43 $p3 = new ThingWithParent( 3, $p ); 45 $p->children = array( $p2, $p3 );
|
/PHP-7.0/win32/build/ |
H A D | confutils.js | 842 var p; 853 if (!p) { 855 if (p) { 856 p += "\\" + subdir; 992 have = p ? 1 : 0 1008 return p; 2408 var p; 2419 for (p = 0; p < path_parts.length; p++) { 2422 if (p) 2432 var pat = parts[p]; [all …]
|
/PHP-7.0/ext/phar/tests/tar/ |
H A D | bug70417.phpt | 8 exec('lsof -p ' . getmypid(), $out, $status); 16 exec('lsof -p ' . getmypid(), $out);
|
/PHP-7.0/sapi/phpdbg/ |
H A D | phpdbg_sigio_win32.c | 30 SigIoWatcherThread(VOID *p) in ZEND_EXTERN_MODULE_GLOBALS() 33 struct win32_sigio_watcher_data *swd = (struct win32_sigio_watcher_data *)p; in ZEND_EXTERN_MODULE_GLOBALS()
|
/PHP-7.0/ext/simplexml/tests/ |
H A D | bug69169.phpt | 14 <row p="c"> 54 [p] => c
|
/PHP-7.0/Zend/tests/ |
H A D | bug70895.phpt | 8 array_map("%n %i aoeu %f aoeu %p", 0); 15 Warning: array_map\(\) expects parameter 1 to be a valid callback, function '%n %i aoeu %f aoeu %p'…
|
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | pcre_compile.c | 961 p++; in is_counted_repeat() 962 while (IS_DIGIT(*p)) p++; in is_counted_repeat() 969 p++; in is_counted_repeat() 970 while (IS_DIGIT(*p)) p++; in is_counted_repeat() 1129 for (p = ptr+2; *p != CHAR_NULL && *p != CHAR_RIGHT_CURLY_BRACKET; p++) in check_escape() 1644 return p; in read_repeat_counts() 4372 while(p[n+1] == p[0] + n + 1) n++; in add_list_to_class() 4410 while (p[1] == p[0] + 1) p++; in add_not_list_to_class() 4413 p++; in add_not_list_to_class() 5654 while (MAX_255(*p) && (cd->ctypes[*p] & ctype_space) != 0) p++; in compile_branch() [all …]
|
/PHP-7.0/ext/phar/tests/ |
H A D | 030.phpt | 27 $p = new Phar($fname); 28 var_dump(isset($p['.phar/test'])); 30 $p['.phar/test'];
|
/PHP-7.0/ext/tidy/tests/ |
H A D | 004.phpt | 15 <body><p>hello</p></body>
|