Home
last modified time | relevance | path

Searched refs:extra (Results 76 – 100 of 150) sorted by relevance

123456

/PHP-7.0/ext/phar/tests/tar/
H A Dopen_for_write_existing_b_5_2.phpt38 fwrite($fp, 'extra');
H A Dopen_for_write_newfile_c.phpt34 fwrite($fp, 'extra');
H A Dopen_for_write_newfile_c_5_2.phpt32 fwrite($fp, b'extra');
H A Dopen_for_write_newfile_b_5_2.phpt38 fwrite($fp, b'extra');
H A Dopen_for_write_newfile_b.phpt40 fwrite($fp, 'extra');
/PHP-7.0/ext/phar/tests/zip/
H A Dopen_for_write_existing_b.phpt40 fwrite($fp, b'extra');
H A Dopen_for_write_existing_b_5_2.phpt38 fwrite($fp, 'extra');
H A Dopen_for_write_newfile_c.phpt34 fwrite($fp, b'extra');
H A Dopen_for_write_newfile_c_5_2.phpt32 fwrite($fp, 'extra');
H A Dopen_for_write_newfile_b.phpt40 fwrite($fp, b'extra');
H A Dphar_begin_setstub_commitU.phpt39 …ump("First resource"); Phar::mapPhar("brandnewphar.phar"); __HALT_COMPILER(); ?>' . 'extra stuff');
/PHP-7.0/
H A Dphp7.spec.in37 # extra options, use the OPTIONS environment variable.
/PHP-7.0/ext/standard/tests/array/
H A Darray_walk_variation3.phpt20 * $count - extra parameter used as an index
H A Darray_walk_recursive_variation3.phpt20 * $count - extra parameter used as an index
H A Darray_walk_recursive_variation7.phpt15 * extra parameters
H A Darray_walk_variation7.phpt15 * extra parameters
/PHP-7.0/ext/ftp/
H A Dftp.h65 char *extra; /* extra characters */ member
/PHP-7.0/ext/phar/tests/
H A Dopen_for_write_newfile_c.phpt24 fwrite($fp, 'extra');
H A Dopen_for_write_newfile_c_5_2.phpt22 fwrite($fp, 'extra');
H A Dopen_for_write_newfile_b.phpt30 fwrite($fp, 'extra');
H A Dopen_for_write_newfile_b_5_2.phpt28 fwrite($fp, 'extra');
/PHP-7.0/ext/standard/tests/file/
H A Dfread_fwrite_basic.phpt47 $out = "extra";
/PHP-7.0/ext/pdo_pgsql/
H A Dpgsql_driver.c1112 if (pgsql_notify->extra && pgsql_notify->extra[0]) { in PHP_METHOD()
1113 add_index_string(return_value, 2, pgsql_notify->extra); in PHP_METHOD()
1119 if (pgsql_notify->extra && pgsql_notify->extra[0]) { in PHP_METHOD()
1120 add_assoc_string(return_value, "payload", pgsql_notify->extra); in PHP_METHOD()
/PHP-7.0/ext/intl/tests/
H A Dtransliterator_transliterate_error.phpt17 var_dump(transliterator_transliterate($tr,"str",2,-1,"extra"));
/PHP-7.0/ext/pdo/tests/
H A Dbug_44173.phpt61 Warning: PDO::query(): SQLSTATE[HY000]: General error: fetch mode doesn't allow any extra arguments…

Completed in 41 milliseconds

123456