Home
last modified time | relevance | path

Searched refs:source (Results 101 – 125 of 245) sorted by relevance

12345678910

/PHP-7.2/sapi/cli/
H A Dgenerate_mime_type_map.php6 $source = count($_SERVER['argv']) > 1 ? $_SERVER['argv'][1] : 'https://raw.githubusercontent.com/ap… variable
/PHP-7.2/
H A DREADME.SELF-CONTAINED-EXTENSIONS7 the PHP source. To create such an extension, two things are
67 It consists of two source files "foo.c" and "bar.c"
77 name an arbitrary number of source files here.
98 extension. The second names the source-code files. The third passes
118 Put config.m4 and the source files into one directory. Then, run phpize
151 3. Add the following lines to your C source file:
/PHP-7.2/ext/filter/docs/
H A Dfilter.txt30 * Unmade *source* a bitmask, it doesn't make sense to do.
57 mixed *input_get* (int *source*, string *name*, [, int *filter* [, mixed *filter_options*, [ string…
58 Returns the filtered variable *$name* from source *$source*. It uses the
62 mixed *input_get_args* (array *definitions*, int *source*, [, array *data*]);
68 bool *input_has_variable (int *source*, string *name*);
69 Returns *true* if the variable with the name *name* exists in *source*, or
79 *$source*:
95 These two constants define whether to allow arrays in the source values. The
98 type, if you ask for an array, you will get an array even if the source is
99 only one value. However, if you ask for a scalar and the source is an array,
/PHP-7.2/ext/xmlwriter/
H A Dphp_xmlwriter.c599 if (strncasecmp(source, "file:///", 8) == 0) { in _xmlwriter_get_valid_file_path()
600 if (source[sizeof("file:///") - 1] == '\0') { in _xmlwriter_get_valid_file_path()
606 source += 8; in _xmlwriter_get_valid_file_path()
608 source += 7; in _xmlwriter_get_valid_file_path()
618 source += 17; in _xmlwriter_get_valid_file_path()
620 source += 16; in _xmlwriter_get_valid_file_path()
629 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path)) { in _xmlwriter_get_valid_file_path()
634 memcpy(file_dirname, source, strlen(source)); in _xmlwriter_get_valid_file_path()
635 dir_len = php_dirname(file_dirname, strlen(source)); in _xmlwriter_get_valid_file_path()
647 file_dest = source; in _xmlwriter_get_valid_file_path()
[all …]
/PHP-7.2/sapi/fpm/
H A DLICENSE4 Redistribution and use in source and binary forms, with or without
7 1. Redistributions of source code must retain the above copyright
/PHP-7.2/ext/mbstring/oniguruma/
H A DCOPYING8 * Redistribution and use in source and binary forms, with or without
11 * 1. Redistributions of source code must retain the above copyright
/PHP-7.2/ext/standard/tests/file/
H A Dcopy_variation13.phpt5 /* Prototype: bool copy ( string $source, string $dest );
6 Description: Makes a copy of the file source to dest.
/PHP-7.2/TSRM/
H A DLICENSE4 Redistribution and use in source and binary forms, with or without
8 - Redistributions of source code must retain the above copyright notice,
/PHP-7.2/ext/spl/
H A Dspl_directory.c353 spl_filesystem_object *source; in spl_filesystem_object_clone() local
361 intern->flags = source->flags; in spl_filesystem_object_clone()
363 switch (source->type) { in spl_filesystem_object_clone()
366 intern->_path = estrndup(source->_path, source->_path_len); in spl_filesystem_object_clone()
387 intern->oth = source->oth; in spl_filesystem_object_clone()
458 ce = ce ? ce : source->info_class; in spl_filesystem_object_create_info()
486 switch (source->type) { in spl_filesystem_object_create_type()
500 ce = ce ? ce : source->info_class; in spl_filesystem_object_create_type()
511 ZVAL_STRINGL(&arg1, source->file_name, source->file_name_len); in spl_filesystem_object_create_type()
515 intern->file_name = estrndup(source->file_name, source->file_name_len); in spl_filesystem_object_create_type()
[all …]
/PHP-7.2/ext/xmlwriter/tests/
H A Dxmlwriter_open_uri_error_001.phpt14 Warning: xmlwriter_open_uri(): Empty string as source in %s on line %d
/PHP-7.2/ext/dom/tests/
H A DDOMDocument_schemaValidateSource_error3.phpt20 Warning: DOMDocument::schemaValidateSource(): Invalid Schema source in %s.php on line %d
H A DDOMDocument_schemaValidate_error3.phpt20 Warning: DOMDocument::schemaValidate(): Invalid Schema source in %s.php on line %d
/PHP-7.2/win32/build/
H A Dmkdist.php163 function copy_text_file($source, $dest) argument
165 $text = file_get_contents($source);
397 function copy_dir($source, $dest) argument
405 $d = opendir($source);
410 $fs = $source . '/' . $f;
/PHP-7.2/ext/standard/tests/streams/
H A Dstream_copy_to_stream_socket.phpt2 stream_copy_to_stream() with socket as $source
/PHP-7.2/ext/curl/
H A Dinterface.c2013 if (!Z_ISUNDEF(source->handlers->write->stream)) { in _php_setup_easy_copy_handlers()
2014 Z_ADDREF(source->handlers->write->stream); in _php_setup_easy_copy_handlers()
2018 if (!Z_ISUNDEF(source->handlers->read->stream)) { in _php_setup_easy_copy_handlers()
2019 Z_ADDREF(source->handlers->read->stream); in _php_setup_easy_copy_handlers()
2025 Z_ADDREF(source->handlers->write_header->stream); in _php_setup_easy_copy_handlers()
2034 if (!Z_ISUNDEF(source->handlers->passwd)) { in _php_setup_easy_copy_handlers()
2054 if (source->handlers->progress) { in _php_setup_easy_copy_handlers()
2064 if (source->handlers->fnmatch) { in _php_setup_easy_copy_handlers()
2076 ch->to_free = source->to_free; in _php_setup_easy_copy_handlers()
2078 ch->clone = source->clone; in _php_setup_easy_copy_handlers()
[all …]
/PHP-7.2/ext/zip/
H A DLICENSE_libzip5 Redistribution and use in source and binary forms, with or without
9 1. Redistributions of source code must retain the above copyright
/PHP-7.2/ext/fileinfo/libmagic/
H A DLICENSE12 Redistribution and use in source and binary forms, with or without
16 1. Redistributions of source code must retain the above copyright
/PHP-7.2/ext/mbstring/
H A DREADME5 source.
/PHP-7.2/ext/standard/
H A Dstring.c3127 for (source = ZSTR_VAL(str); source < source_end; source++) {
3163 for (source = ZSTR_VAL(str); source < source_end; source++) {
3751 …for (source = (char*)ZSTR_VAL(str), end = source + ZSTR_LEN(str), target = ZSTR_VAL(str); source <…
3752 if (*source == '\\' && source + 1 < end) {
3753 source++;
3764 if (source+1 < end && isxdigit((int)(*(source+1)))) {
3780 while (source < end && *source >= '0' && *source <= '7' && i<3) {
3819 …for (source = (char*)ZSTR_VAL(str), end = source + ZSTR_LEN(str), target = ZSTR_VAL(new_str); sour…
3820 c = *source;
3877 source++;
[all …]
/PHP-7.2/ext/xmlrpc/libxmlrpc/
H A DREADME12 that are nonetheless shared between source files without redundant extern declarations..
/PHP-7.2/ext/phar/
H A DLICENSE6 Redistribution and use in source and binary forms, with or without
10 1. Redistributions of source code must retain the above copyright
77 Redistribution and use in source and binary forms, with or without
80 1. Redistributions of source code must retain the above copyright
/PHP-7.2/ext/zip/tests/
H A Dzip_open_error.phpt24 Warning: zip_open(): Empty string as source in %s on line %d
/PHP-7.2/ext/com_dotnet/
H A Dcom_com.c358 char *source = NULL, *desc = NULL, *msg = NULL; in php_com_invoke_helper() local
364 source = php_com_olestring_to_string(e.bstrSource, &source_len, obj->code_page); in php_com_invoke_helper()
373 source ? source : "Unknown", in php_com_invoke_helper()
377 source ? source : "Unknown", in php_com_invoke_helper()
383 if (source) { in php_com_invoke_helper()
384 efree(source); in php_com_invoke_helper()
/PHP-7.2/ext/standard/tests/strings/
H A Dconvert_cyr_string_error.phpt58 Warning: convert_cyr_string(): Unknown source charset: ? in %s on line %d
68 Warning: convert_cyr_string(): Unknown source charset: > in %s on line %d
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_prompt.h57 PHPDBG_COMMAND(source);

Completed in 93 milliseconds

12345678910