Home
last modified time | relevance | path

Searched refs:p (Results 376 – 400 of 739) sorted by relevance

1...<<11121314151617181920>>...30

/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_stmt_execute_stored_proc_next_result.phpt24 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 Dmysqli_stmt_execute_stored_proc_out.phpt29 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 Dctype.c162 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 Dbug43958.phpt7 static public function loadCode($p) {
8 return include $p;
/PHP-7.0/ext/standard/tests/strings/
H A Dexplode_variation4.phpt13 $pizza = "piece1 piece2 piece3 piece4 piece5 piece6 p";
14 $pieces = explode(" p", $pizza);
H A Dstrip_tags_variation5.phpt31 <p>13 &lt; 25</p>
46 <p>string</p> 1111\t <b>0000\t = 0000\n</b>
/PHP-7.0/sapi/apache2handler/
H A Dapache_config.c147 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 Dshared_alloc_shm.c113 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 Dbreakiter___construct_error.phpt16 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 Dmsgfmt_millisecond_dates.phpt18 $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 Dbug_41997.phpt27 $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 Dcreatefromstring.phpt35 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 Dspl_observer.c762 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 Dmysqli_mysqlnd.h44 #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 Dmultibyte_encoding_006.phpt15 ����<���?���p���h���p���
/PHP-7.0/main/streams/
H A Dtransports.c62 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 Dbug37013.phpt41 $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 Dconfutils.js842 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 Dbug70417.phpt8 exec('lsof -p ' . getmypid(), $out, $status);
16 exec('lsof -p ' . getmypid(), $out);
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_sigio_win32.c30 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 Dbug69169.phpt14 <row p="c">
54 [p] => c
/PHP-7.0/Zend/tests/
H A Dbug70895.phpt8 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 Dpcre_compile.c961 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 D030.phpt27 $p = new Phar($fname);
28 var_dump(isset($p['.phar/test']));
30 $p['.phar/test'];
/PHP-7.0/ext/tidy/tests/
H A D004.phpt15 <body><p>hello</p></body>

Completed in 88 milliseconds

1...<<11121314151617181920>>...30